metafile.yml 889 B

12345678910111213141516171819202122232425262728
  1. Collections:
  2. - Name: ArcFace
  3. Metadata:
  4. Training Data: InShop
  5. Architecture:
  6. - Additive Angular Margin Loss
  7. Paper:
  8. URL: https://arxiv.org/abs/1801.07698
  9. Title: 'ArcFace: Additive Angular Margin Loss for Deep Face Recognition'
  10. README: configs/arcface/README.md
  11. Code:
  12. Version: v1.0.0rc3
  13. URL: https://github.com/open-mmlab/mmpretrain/blob/v1.0.0rc3/mmcls/models/heads/margin_head.py
  14. Models:
  15. - Name: resnet50-arcface_inshop
  16. Metadata:
  17. FLOPs: 16571226112
  18. Parameters: 31693888
  19. In Collection: ArcFace
  20. Results:
  21. - Dataset: InShop
  22. Metrics:
  23. Recall@1: 90.18
  24. mAP@10: 69.30
  25. Task: Image Retrieval
  26. Weights: https://download.openmmlab.com/mmclassification/v0/arcface/resnet50-arcface_inshop_20230202-b766fe7f.pth
  27. Config: configs/arcface/resnet50-arcface_8xb32_inshop.py