Spaces:
Build error
Build error
MarkusEssl
commited on
Commit
·
6de9757
1
Parent(s):
1d3d6a8
- signify/yolo/detect.py +1 -1
signify/yolo/detect.py
CHANGED
@@ -22,7 +22,7 @@ from .utils.torch_utils import (load_classifier, select_device,
|
|
22 |
|
23 |
def detect(image_path):
|
24 |
opt = {
|
25 |
-
'weights': 'best.pt',
|
26 |
'source': image_path,
|
27 |
'img_size': 640,
|
28 |
'conf_thres': 0.25,
|
|
|
22 |
|
23 |
def detect(image_path):
|
24 |
opt = {
|
25 |
+
'weights': '../best.pt',
|
26 |
'source': image_path,
|
27 |
'img_size': 640,
|
28 |
'conf_thres': 0.25,
|