lucasjinreal / yolov7_d2

🔥🔥🔥🔥 (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥
GNU General Public License v3.0
3.13k stars 483 forks source link

How to convert onnx to tensorRT #217

Open mauricewells opened 1 year ago

mauricewells commented 1 year ago

@lucasjinreal I converted your example torch model(sparse_inst_r50_giam_aug_2b7d68.pth to onnx and tested onnx model using ort_infer.py But what I want to do is just to convert onnx model to tensorRT and to inference on Jetson device Can you please let me know how to do this?