davide-coccomini / Combining-EfficientNet-and-Vision-Transformers-for-Video-Deepfake-Detection

Code for Video Deepfake Detection model from "Combining EfficientNet and Vision Transformers for Video Deepfake Detection" presented at ICIAP 2021.
https://dl.acm.org/doi/abs/10.1007/978-3-031-06433-3_19
MIT License
239 stars 60 forks source link

about dataset #22

Closed Elijah-Yi closed 2 years ago

Elijah-Yi commented 2 years ago

Thanks for your contribution @davide-coccomini I have some questions about the training data, image In the sixth line of script utils.py . Why did you filter out the part of "DeepFakeDetection" and "actors"? Looking forward to your reply, thanks again!

davide-coccomini commented 2 years ago

Hi Elijah. The videos inside these folders seem to give format problems during detection. We used all the others for training our method.

Elijah-Yi commented 2 years ago

I see and thanks for your answer