Yolov3_onnx on windows PC

I downloaded TensorRt-8.4.1.5 and tried to run onnx_to_tensorrt.py.

First, cd C:\TensorRT-8.4.1.5.Windows10.x86_64.cuda-11.6.cudnn8.4\TensorRT-8.4.1.5\samples\python\yolov3_onnx

Second, pip install -r requirements.txt.

Third, execute yolov3_to_onnx.py.

Fourth, execute onnx_to_tensorrt.py.

However, following error occured.
ModuleNotFoundError: No module named ‘tensorrt’

How can I install tensorrt8.4.1 for python into Windows PC??

Hello @yu.saito4

I am moving this to the TensorRT section.

Thank you.
NVIDIA Forum Moderator

Hi,

Please follow the instructions mentioned here and make sure your installation is verified successfully.

Thank you.