xmrt commited on
Commit
7636d13
1 Parent(s): 0c80e1d

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, kpt_thr):
84
  return_vis=True,
85
  thickness=2,
86
  rebase_keypoint_height=True,
87
- kpt_thr=kpt_thr,
88
  device="cuda"
89
  )
90
 
 
84
  return_vis=True,
85
  thickness=2,
86
  rebase_keypoint_height=True,
87
+ #kpt_thr=kpt_thr,
88
  device="cuda"
89
  )
90