xmrt commited on
Commit
7a6038c
1 Parent(s): 613f3b6

file display

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -46,8 +46,8 @@ def tracking(video, model, boxes=True):
46
  def poses(photo, check):
47
  # Selecting the specific inferencer
48
  out_files=[]
49
- for i in len(check):
50
- inferencer = inferencers[check] # 'hand', 'human , device='cuda'
51
 
52
  print("[INFO]: Running inference!")
53
  # Create out directory
 
46
  def poses(photo, check):
47
  # Selecting the specific inferencer
48
  out_files=[]
49
+ for i in check:
50
+ inferencer = inferencers[i] # 'hand', 'human , device='cuda'
51
 
52
  print("[INFO]: Running inference!")
53
  # Create out directory