Hi,
I was trying to run inference on the yolov3 sample given with TRT and it is in python.
1- Convert Yolov3 model to onnx model with the given python2 script : yolov3_to_onnx.py
2- Build the engine, then infer with the other python script
onnx_to_tensorrt.py
For some reasons, the python3.5 interpreter can’t find the member volume
in the tensorRT
.
details :
OS: Ubuntu 16.04
Driver Version: 440.64.00
CUDA Version: 10.2
TensorRT : 7.0.0.11
Python : 3.5.9/2.7.12