xmrt commited on
Commit
e207c04
β€’
1 Parent(s): fe45079

no kpt_thr

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -20,7 +20,7 @@ import cv2
20
 
21
  print("[INFO]: Imported modules!")
22
  human = MMPoseInferencer("human")
23
- hand = MMPoseInferencer("hand", kpt_thr=0.15) #kpt_thr (float) – The threshold to visualize the keypoints. Defaults to 0.3
24
  human3d = MMPoseInferencer(pose3d="human3d")
25
  track_model = YOLO('yolov8n.pt') # Load an official Detect model
26
 
 
20
 
21
  print("[INFO]: Imported modules!")
22
  human = MMPoseInferencer("human")
23
+ hand = MMPoseInferencer("hand") #kpt_thr (float) – The threshold to visualize the keypoints. Defaults to 0.3
24
  human3d = MMPoseInferencer(pose3d="human3d")
25
  track_model = YOLO('yolov8n.pt') # Load an official Detect model
26