metafile.yml 564 B

123456789101112131415161718
  1. Collections:
  2. - Name: SoftTeacher
  3. Metadata:
  4. Training Data: COCO
  5. Training Techniques:
  6. - SGD with Momentum
  7. - Weight Decay
  8. Training Resources: 8x V100 GPUs
  9. Architecture:
  10. - FPN
  11. - ResNet
  12. Paper:
  13. URL: https://arxiv.org/abs/2106.09018
  14. Title: "End-to-End Semi-Supervised Object Detection with Soft Teacher"
  15. README: configs/soft_teacher/README.md
  16. Code:
  17. URL: https://github.com/open-mmlab/mmdetection/blob/v3.0.0rc1/mmdet/models/detectors/soft_teacher.py#L20
  18. Version: v3.0.0rc1