Deepfake detection algorithm zoo.
Download data from DFDC to dataset
directory.
$ mkdir -p input/deepfake-detection-challenge
$ cd input/deepfake-detection-challenge
$ kaggle competitions download deepfake-detection-challenge
$ unzip deepfake-detection-challenge.zip
$ rm deepfake-detection-challenge.zip # unless you want to waste ~4GB disk space
Refer to the download instructions by FaceForensics.
$ mkdir -p input/faceforensics
$ cd input/faceforensics
$ python $(faceforensics-download-script) .
Replace $(faceforensics-download-script)
to the actual path of the script.
Install dependencies with this pip
command:
$ pip3 install dlib jupyterlab numpy opencv-python pandas
Some dependencies, like dlib
require build tools.