forked from open-mmlab/mmdetection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetafile.yml
72 lines (68 loc) · 1.91 KB
/
metafile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Collections:
- Name: Localization Distillation
Metadata:
Training Data: COCO
Training Techniques:
- Localization Distillation
- SGD with Momentum
- Weight Decay
Training Resources: 8x V100 GPUs
Architecture:
- FPN
- ResNet
Paper:
URL: https://arxiv.org/abs/2102.12252
Title: 'Localization Distillation for Dense Object Detection'
README: configs/ld/README.md
Code:
URL: https://github.com/open-mmlab/mmdetection/blob/v2.11.0/mmdet/models/dense_heads/ld_head.py#L11
Version: v2.11.0
Models:
- Name: ld_r18_gflv1_r101_fpn_coco_1x
In Collection: Localization Distillation
Config: configs/ld/ld_r18_gflv1_r101_fpn_coco_1x.py
Metadata:
Teacher: R-101
Results:
- Task: Object Detection
Dataset: COCO
Metrics:
box AP: 36.5
box AP@0.5: 52.9
box AP@0.75: 39.3
- Name: ld_r34_gflv1_r101_fpn_coco_1x
In Collection: Localization Distillation
Config: configs/ld/ld_r34_gflv1_r101_fpn_coco_1x.py
Metadata:
Teacher: R-101
Results:
- Task: Object Detection
Dataset: COCO
Metrics:
box AP: 39.8
box AP@0.5: 56.6
box AP@0.75: 43.1
- Name: ld_r50_gflv1_r101_fpn_coco_1x
In Collection: Localization Distillation
Config: configs/ld/ld_r50_gflv1_r101_fpn_coco_1x.py
Metadata:
Teacher: R-101
Results:
- Task: Object Detection
Dataset: COCO
Metrics:
box AP: 41.1
box AP@0.5: 58.7
box AP@0.75: 44.9
- Name: ld_r101_gflv1_r101dcn_fpn_coco_1x
In Collection: Localization Distillation
Config: configs/ld/ld_r101_gflv1_r101dcn_fpn_coco_1x.py
Metadata:
Teacher: R-101-DCN
Results:
- Task: Object Detection
Dataset: COCO
Metrics:
box AP: 45.4
box AP@0.5: 63.1
box AP@0.75: 49.5