xmrt commited on
Commit
d567440
·
1 Parent(s): 59f93ed
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -38,7 +38,7 @@ def tracking(video, model, boxes=True):
38
  # Perform tracking with the model
39
  print("[INFO] Starting tracking!")
40
  # https://docs.ultralytics.com/modes/predict/
41
- annotated_frame = model(video, device="cuda", boxes=boxes)
42
 
43
  return annotated_frame
44
 
 
38
  # Perform tracking with the model
39
  print("[INFO] Starting tracking!")
40
  # https://docs.ultralytics.com/modes/predict/
41
+ annotated_frame = model(video, boxes=boxes)
42
 
43
  return annotated_frame
44