Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -55,8 +55,8 @@ def detect_video(video_path_or_url: str, model: YOLO, conf: float, iou: float) -
|
|
55 |
|
56 |
generator = model.predict(
|
57 |
source=video_path,
|
58 |
-
conf=
|
59 |
-
iou=
|
60 |
save=True,
|
61 |
save_txt=True,
|
62 |
save_conf=True,
|
|
|
55 |
|
56 |
generator = model.predict(
|
57 |
source=video_path,
|
58 |
+
conf=conf,
|
59 |
+
iou=iou,
|
60 |
save=True,
|
61 |
save_txt=True,
|
62 |
save_conf=True,
|