jeffffffli commited on
Commit
4e4ec76
·
verified ·
1 Parent(s): f6781b6

Upload gem_smpl_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. gem_smpl_config.json +33 -0
gem_smpl_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gem",
3
+ "body_model": "smplx",
4
+ "denoiser": {
5
+ "latent_dim": 1024,
6
+ "num_layers": 16,
7
+ "num_heads": 8,
8
+ "mlp_ratio": 4,
9
+ "encode_text": false,
10
+ "encoded_text_dim": 1024,
11
+ "text_mask_prob": 0.1,
12
+ "music_mask_prob": 0.1,
13
+ "speech_mask_prob": 0.1,
14
+ "use_text_pos_enc": true
15
+ },
16
+ "endecoder": {
17
+ "stats_name": "MM_V1_AMASS_LOCAL_BEDLAM_CAM",
18
+ "encode_type": "gvhmr",
19
+ "feat_dim": 151,
20
+ "clip_std": true
21
+ },
22
+ "diffusion": {
23
+ "sampler": "ddim",
24
+ "noise_schedule": "cosine",
25
+ "test_timestep_respacing": "50",
26
+ "ddim_eta": 0.0,
27
+ "guidance_param": 2.5
28
+ },
29
+ "pipeline": {
30
+ "remove_fingers": false,
31
+ "extract_features": false
32
+ }
33
+ }