Spaces:
Running
Running
File size: 1,392 Bytes
99afdfe |
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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
{
"config_root_path": "/is/cluster/scratch/hyi/ExpressiveBody/SMPLifyX4/scripts",
"dataset_load_mode": "json",
"store_file_path": "store.pkl",
"smplx_npz_path": "visualise/smplx_model/SMPLX_NEUTRAL_2020.npz",
"extra_joint_path": "visualise/smplx_model/smplx_extra_joints.yaml",
"j14_regressor_path": "visualise/smplx_model/SMPLX_to_J14.pkl",
"param": {
"w_j": 1,
"w_b": 1,
"w_h": 1
},
"Data": {
"data_root": "../ExpressiveWholeBodyDatasetv1.0/",
"pklname": "_3d_wv2.pkl",
"whole_video": true,
"pose": {
"normalization": false,
"convert_to_6d": false,
"norm_method": "all",
"augmentation": false,
"generate_length": 88,
"pre_pose_length": 0,
"pose_dim": 99,
"expression": true
},
"aud": {
"feat_method": "mfcc",
"aud_feat_dim": 64,
"aud_feat_win_size": null,
"context_info": false
}
},
"Model": {
"model_type": "face",
"model_name": "s2g_face",
"AudioOpt": "SGD",
"encoder_choice": "faceformer",
"gan": false
},
"DataLoader": {
"batch_size": 1,
"num_workers": 0
},
"Train": {
"epochs": 100,
"max_gradient_norm": 5,
"learning_rate": {
"generator_learning_rate": 1e-4,
"discriminator_learning_rate": 1e-4
}
},
"Log": {
"save_every": 50,
"print_every": 1000,
"name": "face"
}
}
|