HRNet / HRNet-Facial-Landmark-Detection

This is an official implementation of facial landmark detection for our TPAMI paper "Deep High-Resolution Representation Learning for Visual Recognition". https://arxiv.org/abs/1908.07919
MIT License
1.05k stars 264 forks source link

What is ”200“ using for? #23

Open wswday opened 5 years ago

wswday commented 5 years ago

https://github.com/HRNet/HRNet-Facial-Landmark-Detection/blob/7b6c551bb53bbf0171ad536e3081ea465bb877dc/lib/datasets/cofw.py#L71

Could you explain what is the meaning of "200"? Thanks

YuxuejieYOKI commented 5 years ago

I think it is something like an indicator, which means the face will occupy 200200 pixels in the 256256 input image scale. The real scale factor is 1.25 in this code.