github-luffy / PFLD_68points_Pytorch

Implementation of PFLD For 68 Facial Landmarks By Pytorch
323 stars 73 forks source link

What's the final loss ? #13

Closed PigletOS closed 3 years ago

PigletOS commented 4 years ago

What is the final loss you get? I tried to reimplement PFLD using keras. When I was training, the loss saturated around 30 at the early beginning and the loss was still around 30 after 20k iterations.

github-luffy commented 4 years ago

Still use the loss idea in the PFLD paper, but replace L1Loss with wing loss

epoc88 commented 3 years ago

Same here, I think there is loss calculation issues, it is always around 30. see this

https://github.com/github-luffy/PFLD_68points_Pytorch/issues/26