yoloo
Browse files- utils_pic.py +1 -1
- weights/{best.pt → bestt.pt} +2 -2
utils_pic.py
CHANGED
|
@@ -26,7 +26,7 @@ yolo_model = None
|
|
| 26 |
def load_yolo():
|
| 27 |
global yolo_model
|
| 28 |
if yolo_model is None:
|
| 29 |
-
weights_path = "/home/user/app/weights/
|
| 30 |
if not os.path.exists(weights_path):
|
| 31 |
raise FileNotFoundError(f"YOLO weights not found: {weights_path}")
|
| 32 |
|
|
|
|
| 26 |
def load_yolo():
|
| 27 |
global yolo_model
|
| 28 |
if yolo_model is None:
|
| 29 |
+
weights_path = "/home/user/app/weights/bestt.pt"
|
| 30 |
if not os.path.exists(weights_path):
|
| 31 |
raise FileNotFoundError(f"YOLO weights not found: {weights_path}")
|
| 32 |
|
weights/{best.pt → bestt.pt}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65fb3f1e1d60f753f5a1fb6721d269945237df4ee3ad26a8aad13902ef6c7d5e
|
| 3 |
+
size 6250410
|