DINO
DINO copied to clipboard
DINO onnx conversion
Hi,
I am currently working on ONNX conversion for DINO model. The MSDeformAttention function is currently implemented only on GPU which causes error while conversion of the model. Is there any workaround for this?
We did not try onnx before, so currently, we could not offer any suggestions.
@Simardeep27 @FengLi-ust ME too.
I Gusess OpenMMLab mmdeploy maybe a walk around as it supports DETR and DeformableDETR. And DINO is integrating now. https://github.com/open-mmlab/mmdetection/pull/9149