xmrt commited on
Commit
e643cac
1 Parent(s): fdb7efd

hand visualization

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  import numpy as np
8
  import cv2
9
 
10
- inferencer = MMPoseInferencer('human') # 'hand'
11
  print("[INFO]: Downloaded models!")
12
 
13
 
 
7
  import numpy as np
8
  import cv2
9
 
10
+ inferencer = MMPoseInferencer('hand', device='cuda') # 'hand'
11
  print("[INFO]: Downloaded models!")
12
 
13