LipForensics icon indicating copy to clipboard operation
LipForensics copied to clipboard

Lips Don't Lie: A Generalisable and Robust Approach to Face Forgery Detection (CVPR 2021)

Results 10 LipForensics issues
Sort by recently updated
recently updated
newest added

I use python version and requirements.txt specified in this repo to create a python env. For videos from val and test splits only first 110 frames are used for evaluation....

Hi, Is it possible to provide the 4 models used for the generalisation to unseen manipulations testing used to produce table 1 in the paper?

Hello, because I want to use your method to conduct a compare experiment, I feel that your method is effective and interesting, so I want to try it. Are you...

Please provide the training code. Thanks!

Can you provide your train.py file?

I write a test script in `https://github.com/jushe/LipForensics/blob/main/test.py` But when I use it to check a real video, it always show a number close to 1(0.95). Is there anything wrong I...

To predict as real or fake from logits, can I sigmoid(logits) and put some threshold say 0.3 to classify as real or fake ? Or shall I directly threshold logits...

HI,The robustness experiment you did for unknown perturbations is very classic, but I didn't find the relevant part in the code. Can you mention it?

Dear authors of "Lips Don't Lie: A Generalisable and Robust Approach to Face Forgery Detection, I hope this message finds you well. Having read your article, I have gained tremendous...