Open jhj7905 opened 2 years ago
there were some exploration in converting DETR to onnx, hope it help. https://github.com/jinfagang/yolov7_d2 Haven't try DINO though, but am trying porting DINO to detectron2 these days, converting transformer based model to onnx a little bit cubersome, even you can export, probabely not work on TensorRT, but we have made it work on DETR already.
@jinfagang Thank you for sharing the reference. i will try to apply it to convert DETR(pytorch) to onnx(or tenssorrt)
@jinfagang Thank you for sharing the reference. i will try to apply it to convert DETR(pytorch) to onnx(or tenssorrt)
Is your conversion successful?
Did you successfully converted DINO to ONNX? thank you
These days, I trained and evaluated my own dataset and got significant result with your model compared to YOLOS. Now, I have tried to convert DINO(pytorch) into DINO(onnx or tensorrt). But there are a few reference. so still in trouble. Do you have a plan to support for onnx? To all DINO contributors, thank you for sharing the code!