Files
SimSwapPlus/env/env.json
T
chenxuanhong e02f756116 distillation
2022-03-04 19:04:36 +08:00

19 lines
653 B
JSON

{
"path":{
"train_log_root":"./train_logs",
"test_log_root":"./test_logs",
"systemLog":"./system/system_log.log",
"dataset_paths": {
"vggface2_hq": "G:/VGGFace2-HQ/VGGface2_None_norm_512_true_bygfpgan",
"val_dataset_root": "",
"test_dataset_root": "",
"id_pose_source_root": "",
"id_pose_target_root": ""
},
"train_config_path":"./train_yamls",
"train_scripts_path":"./train_scripts",
"test_scripts_path":"./test_scripts",
"config_json_name":"model_config.json",
"machine_config":"./GUI/machines.json"
}
}