1adrianb / face-alignment

:fire: 2D and 3D Face alignment library build using pytorch
https://www.adrianbulat.com
BSD 3-Clause "New" or "Revised" License
6.88k stars 1.33k forks source link

Is there any way to locate the obscured landmarks? #348

Closed SCZwangxiao closed 10 months ago

1adrianb commented 10 months ago

Generally such points will have lower value, but this may not be accurate enough depending on your application. I think we got an accuracy close to 80% by playing with the threshold back in the days. Detecting them beyound this would require re-training the model and adding for example an extra output to also predict wherever a point is obscured or not.