jhb86253817 / PIPNet

Efficient facial landmark detector
MIT License
412 stars 82 forks source link

train_gssl.py problem #28

Closed ly0303521 closed 2 years ago

ly0303521 commented 2 years ago

Hello, when I use train_gssl.py, "300W nme is inf", is this normal?

300W nme: inf COFW nme: 0.05221280819123009 WFLW nme: 0.08741295886838747

jhb86253817 commented 2 years ago

Not normal. Since the norm is the denominator, you may check if it is normal. try printing the norm value of every test image

ly0303521 commented 2 years ago

Not normal. Since the norm is the denominator, you may check if it is normal. try printing the norm value of every test image

When it comes to side face, the point of 36 and 45 is very very close , so the norm is 0. Now when norm is 0, i didnt use it

jhb86253817 commented 2 years ago

OK, it makes sense, although I didn't encounter this problem. You may skip these for now, and check in details later.