ahaliassos / RealForensics

Official code for Leveraging Real Talking Faces via Self-Supervision for Robust Forgery Detection (CVPR 2022)
MIT License
76 stars 8 forks source link

how can i use the project you advised to generate 68 landmarks point in a .npy file ? #8

Closed AWGiaGia closed 6 months ago

AWGiaGia commented 1 year ago

The project 'Pytorch_Retinaface' seems cound't generate the 68 landmarks your code need

nguyenvulong commented 9 months ago

have you tried the other one: face-alignment?

nguyenvulong commented 6 months ago

Nice

diksham-flwls commented 3 months ago

I am using face-alignment to generate landmarks but it gives very shaky face crops. I am curious if its a standard practice to use landmarks to generate bounding box or if its better to use a face detection module to get more stable outputs?