sampler_config: | |
method: mix | |
num_samples: 32768 | |
vertex_samples: 8192 | |
tail_config: | |
copy_joint_to_tail: False # Be careful ! If tail is important, keep it False !!! | |
connect_tail_to_unique_son: True | |
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: | |
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: |