DINO icon indicating copy to clipboard operation
DINO copied to clipboard

DINO onnx conversion

Open Simardeep27 opened this issue 1 year ago • 2 comments

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?

Simardeep27 avatar Jan 07 '23 10:01 Simardeep27

We did not try onnx before, so currently, we could not offer any suggestions.

FengLi-ust avatar Jan 09 '23 01:01 FengLi-ust

@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

Shuai-Xie avatar Jan 25 '23 07:01 Shuai-Xie