xmrt commited on
Commit
d7ba715
·
1 Parent(s): 672d4d0

height in playable and kptthresh

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -84,7 +84,7 @@ def poses(inferencer, video, vis_out_dir):
84
  return_vis=True,
85
  thickness=2,
86
  rebase_keypoint_height=True,
87
- #kpt_thr=0.15,
88
  device="cuda"
89
  )
90
 
 
84
  return_vis=True,
85
  thickness=2,
86
  rebase_keypoint_height=True,
87
+ kpt_thr=0.15,
88
  device="cuda"
89
  )
90