File size: 743 Bytes
3fddeef |
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
mode: train
lmdb: True
dry_run: false
rgb_dir: './datasets/rgb'
lmdb_dir: './datasets/lmdb'
dataset_json_folder: './preprocessing/dataset_json'
SWA: False
save_avg: True
log_dir: ./logs/training/
# label settings
label_dict:
# DFD
DFD_fake: 1
DFD_real: 0
# FF++ + FaceShifter(FF-real+FF-FH)
FF-SH: 1
FF-F2F: 1
FF-DF: 1
FF-FS: 1
FF-NT: 1
FF-FH: 1
FF-real: 0
# CelebDF
CelebDFv1_real: 0
CelebDFv1_fake: 1
CelebDFv2_real: 0
CelebDFv2_fake: 1
# DFDCP
DFDCP_Real: 0
DFDCP_FakeA: 1
DFDCP_FakeB: 1
# DFDC
DFDC_Fake: 1
DFDC_Real: 0
# DeeperForensics-1.0
DF_fake: 1
DF_real: 0
# UADFV
UADFV_Fake: 1
UADFV_Real: 0
# Roop
roop_Real: 0
roop_Fake: 1 |