SSOD
SSOD copied to clipboard
how to merge new version mmdet
Thanks for your amazing project. I'm trying to apply DeformDETR in your framework. But the DeformDETR was first implemented in mmdet V2.12.0, which is a newer version than yours. Could please tell me how many files I have to change if I wanner merge the mmdet V2.12.0 into your framework?
- You need to modify the config file: change the
pretrained
to backboneinit_cfg
if you want to newer version of mmdet. - ACT can easily apply to DeformDETR, however, you need to change the proposal self-assignment depending on your detector.