├── README.md ├── images ├── cases_scores.pdf ├── cases_scores.png ├── dibujo.pdf └── dibujo.png ├── pretrained models ├── DeepFakesON-Phys_CelebDF_V2.h5 ├── DeepFakesON-Phys_DFDC_Preview.h5 └── README.md └── src ├── DeepFakesON-Phys_extract_predictions.py ├── haarcascade_frontalface_default.xml └── vid_to_deepframes_rawframes.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/README.md -------------------------------------------------------------------------------- /images/cases_scores.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/images/cases_scores.pdf -------------------------------------------------------------------------------- /images/cases_scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/images/cases_scores.png -------------------------------------------------------------------------------- /images/dibujo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/images/dibujo.pdf -------------------------------------------------------------------------------- /images/dibujo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/images/dibujo.png -------------------------------------------------------------------------------- /pretrained models/DeepFakesON-Phys_CelebDF_V2.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/pretrained models/DeepFakesON-Phys_CelebDF_V2.h5 -------------------------------------------------------------------------------- /pretrained models/DeepFakesON-Phys_DFDC_Preview.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/pretrained models/DeepFakesON-Phys_DFDC_Preview.h5 -------------------------------------------------------------------------------- /pretrained models/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/pretrained models/README.md -------------------------------------------------------------------------------- /src/DeepFakesON-Phys_extract_predictions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/src/DeepFakesON-Phys_extract_predictions.py -------------------------------------------------------------------------------- /src/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/src/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /src/vid_to_deepframes_rawframes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiDAlab/DeepFakesON-Phys/HEAD/src/vid_to_deepframes_rawframes.py --------------------------------------------------------------------------------