tom-roddick / oft

MIT License
202 stars 50 forks source link

How can export ONNX? #16

Open georgetseng1128 opened 3 years ago

georgetseng1128 commented 3 years ago

Hi,

Can you export ONNX of model?

MlLearnerAkash commented 1 year ago

Hi, I tried with ONNX export, but, there is some issue while inference with ONNX model because, the inference speed becomes 10 Sec per image with onnx model!!!!

zyh321 commented 1 year ago

Hi, I tried with ONNX export, but, there is some issue while inference with ONNX model because, the inference speed becomes 10 Sec per image with onnx model!!!!

Hi MILearnerAkash,

Do you have the pre-trained pytorch model? I want this to export the onnx, but I can't find it.