Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faceforensics dataset download #79

Open
xuanhanyu opened this issue Nov 21, 2020 · 1 comment
Open

faceforensics dataset download #79

xuanhanyu opened this issue Nov 21, 2020 · 1 comment

Comments

@xuanhanyu
Copy link

How should I set the parameters of the download script when using the faceforensics dataset? This dataset is too big and contain different type of subdataset. What should I do ?

usage: faceforensics_download_v1.py [-h] [-d DATASET_TYPE] [--not_altered]
[--not_original] [--not_mask] [--not_test]
[--not_train] [--not_val] [--sample_only]
output_path

Downloads FaceForensics public data release.

positional arguments:
output_path directory in which to downloadzhege

optional arguments:
-h, --help show this help message and exit
-d DATASET_TYPE, --dataset_type DATASET_TYPE
Enter which dataset you want to download: "raw",
"compressed", "selfreenactment_raw",
"selfreenactment_compressed", "original_videos"
"source_to_target_images" or "selfreenactment_images".
--not_altered don't download face2face altered videos
--not_original don't download original videos
--not_mask don't download face2face mask videos
--not_test don't download videos of the test set
--not_train don't download videos of the training set
--not_val don't download videos of the validation set
--sample_only activate this, if you only want to download 5 files per subfolder

@zb-zuishuai
Copy link

python download-FaceForensics.py -d selfreenactment_images(choose 1) --sample_only(choose 2) ./data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants