forked from JDAI-CV/FaceX-Zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
backbone_conf.yaml
101 lines (95 loc) · 1.42 KB
/
backbone_conf.yaml
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
MobileFaceNet:
feat_dim: 512
#out_h: 4
out_h: 7
out_w: 7
ResNet:
depth: 152
drop_ratio: 0.4
net_mode: ir_se
feat_dim: 512
out_h: 7
out_w: 7
EfficientNet:
width: 1.0
depth: 1.0
image_size: 110
drop_ratio: 0.2
out_h: 7
out_w: 7
feat_dim: 512
HRNet:
NAME: cls_hrnet
out_h: 7
out_w: 7
feat_dim: 512
IMAGE_SIZE:
- 112
- 112
EXTRA:
STAGE1:
NUM_MODULES: 1
NUM_RANCHES: 1
BLOCK: BOTTLENECK
NUM_BLOCKS:
- 4
NUM_CHANNELS:
- 64
FUSE_METHOD: SUM
STAGE2:
NUM_MODULES: 1
NUM_BRANCHES: 2
BLOCK: BASIC
NUM_BLOCKS:
- 4
- 4
NUM_CHANNELS:
- 18
- 36
FUSE_METHOD: SUM
STAGE3:
NUM_MODULES: 4
NUM_BRANCHES: 3
BLOCK: BASIC
NUM_BLOCKS:
- 4
- 4
- 4
NUM_CHANNELS:
- 18
- 36
- 72
FUSE_METHOD: SUM
STAGE4:
NUM_MODULES: 3
NUM_BRANCHES: 4
BLOCK: BASIC
NUM_BLOCKS:
- 4
- 4
- 4
- 4
NUM_CHANNELS:
- 18
- 36
- 72
- 144
FUSE_METHOD: SUM
GhostNet:
width: 1.0
drop_ratio: 0.2
out_h: 7
out_w: 7
feat_dim: 512
AttentionNet:
stage1_modules: 1
stage2_modules: 1
stage3_modules: 1
feat_dim: 512
out_h: 7
out_w: 7
TF-NAS:
feat_dim: 512
drop_ratio: 0.2
out_h: 7
out_w: 7