RealForensics
RealForensics copied to clipboard
Official code for Leveraging Real Talking Faces via Self-Supervision for Robust Forgery Detection (CVPR 2022)
Hello, I appreciate you providing the source code and models for this impressive work. Could you also share the teacher's weights acquired from stage 1? Thank you sincerely, Huy
https://github.com/ahaliassos/RealForensics/blob/990243bd3aee8fff4742045e110411d53b504f13/stage2/eval.py#L26-L28 While building the weights path on line 27, `os.path.realpath(__file__)` does not return the real path of the file which, according to the readme, should be `{working directory}/stage2/eval.py` but returns...
I'm trying to create the conda environment from the environment.yml file, but I'm encountering an error in the process. I've included the exact error message below. Error Message: ``` RealForensics>...
Hi,I can't find the label file of the training set for the DFDC, could you please share a copy, thank you!
Hi, I am interested in your work and would like to try it on some of the sample videos I have. I wonder if there is a way that I...
Hi,I found that the model in your provided link #1 only contained the video branch. Could you please provide the audio branch? Thanks again!
Hi and congratulations on your work! I'm trying to reproduce your results and I'm having trouble preprocessing the FF++ dataset using your code. I have calculated the landmarks for each...
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,...