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 265 forks source link

How to acquire labels on own images? #77

Closed fbiying87 closed 3 years ago

fbiying87 commented 3 years ago

Thanks for sharing your code. It is a very nice project.

I have only one question regarding the labels of center_w, center_h, and scale of each input image. How can I get these data, if I want to apply your project on my own images? Is there a way to determine this measure?

I'd appreciate your help.

Best regards!

fbiying87 commented 3 years ago

I found the solution in #3 , thanks.