File size: 1,071 Bytes
76b6c6d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
Dataset References
Celeb-DF (V2)
@inproceedings{Celeb_DF_cvpr20,
author = {Yuezun Li and Xin Yang and Pu Sun and Honggang Qi and Siwei Lyu},
title = {Celeb-DF: A Large-scale Challenging Dataset for DeepFake Forensics},
booktitle= {IEEE Conference on Computer Vision and Patten Recognition (CVPR)},
year = {2020}}
FaceForensics++ Dataset
@inproceedings{roessler2019faceforensicspp,
author = {Andreas R\"ossler and Davide Cozzolino and Luisa Verdoliva and Christian Riess and Justus Thies and Matthias Nie{\ss}ner},
title = {Face{F}orensics++: Learning to Detect Manipulated Facial Images},
booktitle= {International Conference on Computer Vision (ICCV)},
year = {2019} }
@MISC{DDD_GoogleJigSaw2019,
AUTHOR = {Dufour, Nicholas and Gully, Andrew and Karlsson, Per and Vorbyov, Alexey Victor and Leung, Thomas and Childs, Jeremiah and Bregler, Christoph},
DATE = {2019-09},
TITLE = {DeepFakes Detection Dataset by Google & JigSaw}}
Face Detection Fucntion (Timesler, 2020)
Source Link: https://www.kaggle.com/timesler/facial-recognition-model-in-pytorch
|