Update README.md
This commit is contained in:
parent
bfe0b55406
commit
b91b15d3e7
@ -66,6 +66,9 @@ sudo ./yolov5 -d yolov5.engine ../samples
|
|||||||
// install python-tensorrt, pycuda, etc.
|
// install python-tensorrt, pycuda, etc.
|
||||||
// ensure the yolov5s.engine and libmyplugins.so have been built
|
// ensure the yolov5s.engine and libmyplugins.so have been built
|
||||||
python yolov5_trt.py
|
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
|
# INT8 Quantization
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user