You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: