jkjung-avt / tensorrt_demos

TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
https://jkjung-avt.github.io/
MIT License
1.74k stars 545 forks source link

yolov3 onnx format with low opset, suitable for tensorrt 6.5 #597

Open ilpapds opened 1 year ago

ilpapds commented 1 year ago

Hello! Your work is really admirable. Is there any possibility you could share a yolov3 onnx implementation in a suitable version for a previous tensorrt version such as 5 to 6.5?

In case you dont, could you please help me convert a yolov3 pretrained model to a onnx format with low opset version suitable for tensorrt 6.5?

Thank you in advance

jkjung-avt commented 1 year ago

I updated the code to support ONNX==1.9.0 in May, 2022 (https://github.com/jkjung-avt/tensorrt_demos/commit/43677bf25199d66c7a7b9ecf2267925e578d6adc).

You could try to use the code prior to that. For example, https://github.com/jkjung-avt/tensorrt_demos/tree/c6afc40082da72397b2b0ad91eb6f32acf3b731d.