clovaai / CRAFT-pytorch

Official implementation of Character Region Awareness for Text Detection (CRAFT)
MIT License
3.1k stars 879 forks source link

How to convert pre-trained model to onnx #96

Open WJinhai opened 4 years ago

WJinhai commented 4 years ago

Hello,I want to know how to convert pre-trained model ( craft_refiner_CTW1500.pth ) to onnx ?

azad96 commented 4 years ago

@WJinhai hi, did you manage to convert it to onnx successfully? I encountered several errors while checking the created onnx model in trtexec.

WJinhai commented 4 years ago

No, I also encountered an error

SaeedArisha commented 3 years ago

Go to the pull requests and there is the answer