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
237 stars 60 forks source link

Test set labels #36

Closed hhle88 closed 2 years ago

hhle88 commented 2 years ago

Hello, I just download DFDC test set from the link: https://www.kaggle.com/c/deepfake-detection-challenge/data. But the labels of them are not same as which shown in your file "dfdc_test_labels.csv"? How should I do to get correct testing data set? Thank you very much!

davide-coccomini commented 2 years ago

Hello, you can find the correct official test set and labels on the website: https://dfdc.ai/login

You will need to download it using AWS.

hhle88 commented 2 years ago

Many thanks. It works well to me. Another good thing is that I now know how to use AWS CLI.