Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from ultralytics import YOLO
|
|
7 |
from pathlib import Path
|
8 |
|
9 |
# === Konfigurasi ===
|
10 |
-
model_path = "
|
11 |
gt_label_dir = "data/labels"
|
12 |
class_names = ['coral or rock', 'pipeline', 'ripple marks', 'shipwreck']
|
13 |
|
|
|
7 |
from pathlib import Path
|
8 |
|
9 |
# === Konfigurasi ===
|
10 |
+
model_path = "best.pt"
|
11 |
gt_label_dir = "data/labels"
|
12 |
class_names = ['coral or rock', 'pipeline', 'ripple marks', 'shipwreck']
|
13 |
|