alibaba/EasyCV

How to export model to onnx in EasyCV?

LZS1991 opened this issue · 3 comments

I want to export the trained model to onnx, and i try to use the code in mmdetection, but i failed.

Please provide the EasyCV config file and your export code.

I just use the default config of dino_4sc_r50.py in configs/detection/dino, and try to use the export.py in easycv to export the jit script, but still failed.

The dino model uses the deformable attention operator, and currently easycv does not support dino export.