Build error fix
Browse files
main.py
CHANGED
@@ -96,7 +96,7 @@ def infer(video, check):
|
|
96 |
inferencer = inferencers[i] # 'hand', 'human , device='cuda'
|
97 |
|
98 |
if i == "Detect and track":
|
99 |
-
out_file = show_tracking(video, vis_out_dir)
|
100 |
|
101 |
print("[INFO]: Running inference!")
|
102 |
out_file = poses(inferencer, video, vis_out_dir)
|
|
|
96 |
inferencer = inferencers[i] # 'hand', 'human , device='cuda'
|
97 |
|
98 |
if i == "Detect and track":
|
99 |
+
out_file = show_tracking(video, vis_out_dir, inferencer)
|
100 |
|
101 |
print("[INFO]: Running inference!")
|
102 |
out_file = poses(inferencer, video, vis_out_dir)
|