ahaliassos / RealForensics

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

Model always predicting as fake #14

Open diksham-flwls opened 1 month ago

diksham-flwls commented 1 month ago

I am trying to run the model on a few samples from DeeperForensics and LRW samples. The predictions from the model are heavily skewed towards fake. {'Deepfakes': 1.0, 'LRW': 0.5454545617103577, 'Real': 0.5}

Wondering if anyone else observed the same?

NOTE: When I look at the face crop outputs generated they seem to be pretty jittery. Wondering if that is expected? I am using face-alignment to generate the 68 landmarks and using the extract_faces.py script to generate the face crops.