File size: 1,548 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
60
61
62
63
{
  "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_mfcc.pkl",
    "whole_video": false,
    "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": "body",
    "model_name": "s2g_body_pixel",
    "composition": true,
    "code_num": 2048,
    "bh_model": true,
    "AudioOpt": "Adam",
    "encoder_choice": "mfcc",
    "gan": false,
    "vq_path": "./experiments/2022-10-31-smplx_S2G-body-vq-3d/ckpt-99.pth"
  },
  "DataLoader": {
    "batch_size": 128,
    "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": 200,
    "name": "body-pixel2"
  }
}