iwatake2222 / play_with_tensorrt

Sample projects for TensorRT in C++
Apache License 2.0
187 stars 34 forks source link

How can I convert yolopv2.pt to yolopv2_384x640.onnx? #33

Closed reverse-2020 closed 1 year ago

reverse-2020 commented 1 year ago

i want to run yolop2 in jetson tx2 but i dont know how to use the script in https://github.com/PINTO0309/PINTO_model_zoo/tree/main/326_YOLOPv2 ,can u tell me some details about this script - - ? thanks.

iwatake2222 commented 1 year ago

I didn't use the script, but just downloaded the ONNX model.

reverse-2020 commented 1 year ago

I have successfully run yolopv2 in tx2, thanks for your great code!