Megvii-BaseDetection/DenseTeacher

Need for Pascal VOC config file

Open

#10 创建于 2022年8月20日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Python (12 fork)github user discovery
enhancementgood first issue

仓库指标

Star
 (131 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南