File size: 831 Bytes
11b119e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
sampler_config: &sampler_config
  method: mix
  num_samples: 32768
  vertex_samples: 8192

tail_config: &tail_config
  copy_joint_to_tail: False # Be careful ! If tail is important, keep it False !!!
  connect_tail_to_unique_son: True

order_config: &order_config
  skeleton_path:
    vroid: ./configs/skeleton/vroid.yaml
    mixamo: ./configs/skeleton/mixamo.yaml

predict_transform_config: 
  augment_config:
    augment_affine_config:
      normalize_into: [-1.0, 1.0]
  tail_config: *tail_config
  order_config: *order_config
  vertex_group_config:
    names: ['voxel_skin']
    kwargs:
      voxel_skin:
        grid: 196 # increase this for better results
        alpha: 0.5
        link_dis: 0.00001
        grid_query: 7
        vertex_query: 1
        grid_weight: 3.0
        # mode: exp
  sampler_config: *sampler_config