File size: 360 Bytes
2557b28
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
name: differentiable_face_aligner
arch: 'resnet50'
start_from: ''
freeze: True

input_padding_ratio: 0 # pad the input to this size before resize
input_padding_val: 'zero'
input_size: 160  # resize the input to this size
output_size: 112  # size of the output of aligner
color_space: 'RGB'  # color space of the input image
yaml_path: aligners/configs/dfa.yaml