SSOD icon indicating copy to clipboard operation
SSOD copied to clipboard

how to merge new version mmdet

Open 1224wxwx opened this issue 2 years ago • 1 comments

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?

1224wxwx avatar Aug 16 '22 09:08 1224wxwx

  1. You need to modify the config file: change the pretrained to backbone init_cfg if you want to newer version of mmdet.
  2. ACT can easily apply to DeformDETR, however, you need to change the proposal self-assignment depending on your detector.

AceCoooool avatar Aug 31 '22 13:08 AceCoooool