zhenyuw16 / noisyboundaries

Apache License 2.0
39 stars 6 forks source link

About merging with current mmdetection version #4

Open luojy95 opened 2 years ago

luojy95 commented 2 years ago

Thanks authors for the excellent work. I am currently trying to apply this to a pre-trained Swin Transformer Cascade Mask RCNN model with additional unlabeled data. But it is kind of hard to merge this repo with the current version of mmdetection. Will it be possible for authors to provide a list of modified files (added files) so that I can manually insert them or modify them, recompile and run author's code? I am looking forward to see the improvement on Vision Transformer as well!

zhenyuw16 commented 2 years ago

This repo is implemented with mmdetection v2.18, alreadly with swin transformer. You can add the corresponding config file for vision transformer experiments. We can consider add the code of swin transformer in the future.