Upload directory
Browse files- pretrained_model/model.yaml +10 -0
pretrained_model/model.yaml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
input_size:
|
2 |
+
- 3
|
3 |
+
- 112
|
4 |
+
- 112
|
5 |
+
color_space: RGB
|
6 |
+
name: ir101
|
7 |
+
output_dim: 512
|
8 |
+
start_from: ''
|
9 |
+
freeze: false
|
10 |
+
yaml_path: models/iresnet_insightface/configs/v1_ir101.yaml
|