Skip to content

Typo in yolov7_qat/README.md #65

Open
@LukeLIN-web

Description

@LukeLIN-web

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions