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 |