EasyMocap/config/recon/mv1p-total.yml

23 lines
546 B
YAML
Raw Normal View History

2022-08-21 16:11:59 +08:00
module: easymocap.mytools.triangulator.SimpleTriangulator
args:
keys: ['keypoints2d', 'handl2d', 'handr2d']
debug: False
config:
keypoints2d:
min_conf: 0.3
dist_max: 0.1
dist_vel: 0.1
thres_outlier_joint: 0.4
thres_outlier_view: 0.5
handl2d:
min_conf: 0.3
dist_max: 0.015
dist_vel: 0.05
thres_outlier_joint: 0.4
thres_outlier_view: 0.5
handr2d:
min_conf: 0.3
dist_max: 0.015
dist_vel: 0.05
thres_outlier_joint: 0.4
thres_outlier_view: 0.5