610265158 / Peppa_Pig_Face_Landmark

A simple face detect and alignment method, which is easy and stable.
Apache License 2.0
525 stars 116 forks source link

Confused about the code #14

Closed xiao-keeplearning closed 4 years ago

xiao-keeplearning commented 4 years ago

https://github.com/610265158/Peppa_Pig_Face_Engine/blob/b2a39f9f5db13d833c263a6d2aafd4c2e4b41502/lib/core/api/facer.py#L65 Comments on this line of code said ‘calculate the head pose for the whole image‘,but It seems not right when I watch it. This function is for update landmark, do I understand right?

610265158 commented 4 years ago

hi, Sorry about that, it is a mistake. It is correct that this function is for update landmark. I will correct it.

xiao-keeplearning commented 4 years ago

Thanks for your reply, I learned a lot in your project.