How to export model to onnx in EasyCV?
LZS1991 opened this issue · 3 comments
LZS1991 commented
I want to export the trained model to onnx, and i try to use the code in mmdetection, but i failed.
Cathy0908 commented
Please provide the EasyCV config file and your export code.
LZS1991 commented
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.
tuofeilunhifi commented
The dino model uses the deformable attention operator, and currently easycv does not support dino export.