Awesome
MRSN
This is Official Repository for "Mutually Reinforcing Structure with Proposal Contrastive Consistency for Few-Shot Object Detection", ECCV 2022.
Training
-
- Training a plain detector.
-
- Using the balanced dataset to fine-tune the classifier and regressor of the detector.
-
- Executing UD-CutMix by recombining labeled novel instances with base images to construct a new synthetic set.
-
- Training Mutually Reinforcing Structure Network using base dataset and synthetic set.
Acknowledgement
This repo is developed based on TFA , Detectron2 , unbiased-teacher.