Update README.md

This commit is contained in:
Wang Xinyu 2022-05-27 08:38:03 +08:00 committed by GitHub
parent bfe0b55406
commit b91b15d3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,9 @@ sudo ./yolov5 -d yolov5.engine ../samples
// install python-tensorrt, pycuda, etc.
// ensure the yolov5s.engine and libmyplugins.so have been built
python yolov5_trt.py
// Another version of python script, which is using CUDA Python instead of pycuda.
python yolov5_trt_cuda_python.py
```
# INT8 Quantization