We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e075c9 commit 6d19ab2Copy full SHA for 6d19ab2
PyTorch-ONNX-TensorRT/README.md
@@ -17,6 +17,10 @@ Please follow the [Installation Guide](https://docs.nvidia.com/deeplearning/tens
17
4. Add the absolute path to CUDA, TensorRT, CuDNN libs to the environment variable ```PATH``` or ```LD_LIBRARY_PATH```
18
5. Install [PyCUDA](https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html#installing-pycuda)
19
20
+```shell script
21
+python3 trt_inference.py
22
+```
23
+
24
# AI Courses by OpenCV
25
26
Want to become an expert in AI? [AI Courses by OpenCV](https://opencv.org/courses/) is a great place to start.
0 commit comments