Upload directory
Browse files
pretrained_model/aligner.yaml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: differentiable_face_aligner
|
2 |
+
arch: 'mobile0.25'
|
3 |
+
start_from: '../../../../pretrained_models/alignment/dfa_mobilenet/mobilenet0.25.pth'
|
4 |
+
freeze: True
|
5 |
+
|
6 |
+
input_padding_ratio: 0 # pad the input to this size before resize
|
7 |
+
input_padding_val: 'zero'
|
8 |
+
input_size: 160 # resize the input to this size
|
9 |
+
output_size: 112 # size of the output of aligner
|
10 |
+
color_space: 'RGB' # color space of the input image
|
11 |
+
yaml_path: 'aligners/configs/dfa.yaml'
|