Megvii-BaseDetection/DenseTeacher

Need for Pascal VOC config file

Open

#10 ouverte le 20 août 2022

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)Python (12 forks)github user discovery
enhancementgood first issue

Métriques du dépôt

Stars
 (131 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur