Spaces:
Runtime error
Runtime error
chanelcolgate
commited on
Commit
•
1787e27
1
Parent(s):
1581934
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from ultralyticsplus import YOLO, download_from_hub
|
|
12 |
hf_model_ids = ["chanelcolgate/rods-count-v1", "chanelcolgate/cab-v1"]
|
13 |
|
14 |
image_paths = [
|
15 |
-
[image_path, "chanelcolgate/rods-
|
16 |
for image_path in glob.glob("./images/*.jpg")
|
17 |
]
|
18 |
|
|
|
12 |
hf_model_ids = ["chanelcolgate/rods-count-v1", "chanelcolgate/cab-v1"]
|
13 |
|
14 |
image_paths = [
|
15 |
+
[image_path, "chanelcolgate/rods-count-v1", 640, 0.6, 0.45]
|
16 |
for image_path in glob.glob("./images/*.jpg")
|
17 |
]
|
18 |
|