Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in yolov7_qat/README.md #65

Open
LukeLIN-web opened this issue Jan 8, 2025 · 0 comments
Open

Typo in yolov7_qat/README.md #65

LukeLIN-web opened this issue Jan 8, 2025 · 0 comments

Comments

@LukeLIN-web
Copy link

LukeLIN-web commented Jan 8, 2025

cp -r yolov_deepstream/yolov7_qat/* yolov7/

It should be cp -r yolo_deepstream/yolov7_qat/* yolov7/

copy only doc dir

pip install pytorch-quantization --extra-index-url https://pypi.ngc.nvidia.com cannot work
It should be:

pip install --no-cache-dir --extra-index-url https://pypi.nvidia.com pytorch-quantization

And we may need to install from source https://github.com/NVIDIA/TensorRT/tree/release/8.6/tools/pytorch-quantization#from-source

@LukeLIN-web LukeLIN-web changed the title Typo cp -r yolo_deepstream/yolov7_qat/* yolov7/ Typo in https://github.com/NVIDIA-AI-IOT/yolo_deepstream/blob/main/yolov7_qat/README.md Jan 8, 2025
@LukeLIN-web LukeLIN-web changed the title Typo in https://github.com/NVIDIA-AI-IOT/yolo_deepstream/blob/main/yolov7_qat/README.md Typo in yolov7_qat/README.md Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant