Zhuofan Zong
Zhuofan Zong
I met the same problem.
I have modified the `onnx_export` function, you can try it again
@xueyingliu, @chenzx2, @jielanZhang, Hi, I am sorry that there are some unsolved torch2onnx issues. Our repo is implemented using an older version of mmdet v2.25, which no longer maintains the...
@MarouaneMja Hi, I find this PR (https://github.com/open-mmlab/mmdetection/pull/10910) of mmdet v3.x supports onnx export and hope this can help you.
@Mayyyybe The inference architecture of Co-DINO is the same as DINO. And MMdeploy supports the model export of DINO method.
> Hi @TempleX98 , I managed to export the CO-DETR to onnx using mmdeploy as you suggested, however the SoftNonMaxSuppression is not supported by onnxruntime `failed:Fatal error: SoftNonMaxSuppression is not...
目前官方mmdetection 3.2已经支持了Co-DETR算法,关于大模型训练减少显存可以参考https://github.com/open-mmlab/mmdetection/tree/main/projects/example_largemodel
Please try pip install -r requirements.txt
I have never met this issue. Maybe you can install mmdet by `pip install -v -e .` to see if it works.
I have yet to explore this configuration. Perhaps you can perform this experiment using your custom dataset to benchmark this setting.