Megvii-BaseDetection/DenseTeacher

Need for Pascal VOC config file

Open

#10 aperta il 20 ago 2022

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Python (12 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (131 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

The released code just include coco config. I wonder if you can give the VOC related code, or just the configuration file is also OK.

I tried to use the configuration about VOC given in the paper,setting VOC 2007 train as labeled data & VOC 2012 train as unlabeled data.But I got an unstable training process.

Set trainer as follow:

│ TRAINER │ {'DISTILL': {'GAMMA': 2.0,
│ │ 'RATIO': 0.01,
│ │ 'SUPPRESS': 'linear',
│ │ 'SUP_WEIGHT': 1,
│ │ 'UNSUP_WEIGHT': 1,
│ │ 'WEIGHTS': {'DELTAS': 1.0, 'LOGITS': 2.0, 'QUALITY': 1.0}}, │ │ 'EMA': {'DECAY_FACTOR': 0.9996, 'START_STEPS': 3000, 'UPDATE_STEPS': 1},
│ │ 'NAME': 'SemiRunner',
│ │ 'SSL': {'BURN_IN_STEPS': 5000}}

Is that right?

Could you help me, please

Guida contributor