Rapternmn / PyTorch-Onnx-Tensorrt

A set of tool which would make your life easier with Tensorrt and Onnxruntime. This Repo is designed for YoloV3
80 stars 18 forks source link

how can i using the code with my own model and algrothem?? #10

Closed henbucuoshanghai closed 4 years ago

Rapternmn commented 4 years ago

Hii, generally for any model, the standard procedure is to convert the torch model to onnx and then to TRT Engine. But Incase of Yolov3, this conversion was not so straightforward.

henbucuoshanghai commented 4 years ago

 the standard procedure is to convert the torch model to onnx and then to TRT Engine

how?  where is lessons i can learn?