Upload train_config.yaml
Browse files- train_config.yaml +43 -0
train_config.yaml
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
mode: train
|
| 2 |
+
lmdb: True
|
| 3 |
+
dry_run: false
|
| 4 |
+
rgb_dir: './datasets/rgb'
|
| 5 |
+
lmdb_dir: './datasets/lmdb'
|
| 6 |
+
dataset_json_folder: './preprocessing/dataset_json'
|
| 7 |
+
SWA: False
|
| 8 |
+
save_avg: True
|
| 9 |
+
log_dir: ./logs/training/
|
| 10 |
+
# label settings
|
| 11 |
+
label_dict:
|
| 12 |
+
# DFD
|
| 13 |
+
DFD_fake: 1
|
| 14 |
+
DFD_real: 0
|
| 15 |
+
# FF++ + FaceShifter(FF-real+FF-FH)
|
| 16 |
+
FF-SH: 1
|
| 17 |
+
FF-F2F: 1
|
| 18 |
+
FF-DF: 1
|
| 19 |
+
FF-FS: 1
|
| 20 |
+
FF-NT: 1
|
| 21 |
+
FF-FH: 1
|
| 22 |
+
FF-real: 0
|
| 23 |
+
# CelebDF
|
| 24 |
+
CelebDFv1_real: 0
|
| 25 |
+
CelebDFv1_fake: 1
|
| 26 |
+
CelebDFv2_real: 0
|
| 27 |
+
CelebDFv2_fake: 1
|
| 28 |
+
# DFDCP
|
| 29 |
+
DFDCP_Real: 0
|
| 30 |
+
DFDCP_FakeA: 1
|
| 31 |
+
DFDCP_FakeB: 1
|
| 32 |
+
# DFDC
|
| 33 |
+
DFDC_Fake: 1
|
| 34 |
+
DFDC_Real: 0
|
| 35 |
+
# DeeperForensics-1.0
|
| 36 |
+
DF_fake: 1
|
| 37 |
+
DF_real: 0
|
| 38 |
+
# UADFV
|
| 39 |
+
UADFV_Fake: 1
|
| 40 |
+
UADFV_Real: 0
|
| 41 |
+
# Roop
|
| 42 |
+
roop_Real: 0
|
| 43 |
+
roop_Fake: 1
|