Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -2,8 +2,11 @@
|
|
| 2 |
config.py - configuration constants
|
| 3 |
"""
|
| 4 |
|
| 5 |
-
# Path to YOLO model
|
| 6 |
MODEL_PATH = "models/yol_kenari_tespit_best.pt"
|
| 7 |
|
| 8 |
-
#
|
| 9 |
HISTORY_FILE = "data/detection_history.json"
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
config.py - configuration constants
|
| 3 |
"""
|
| 4 |
|
| 5 |
+
# Path to YOLO model (relative to repo root)
|
| 6 |
MODEL_PATH = "models/yol_kenari_tespit_best.pt"
|
| 7 |
|
| 8 |
+
# File for saving detections history
|
| 9 |
HISTORY_FILE = "data/detection_history.json"
|
| 10 |
+
|
| 11 |
+
# Optionally add more configs if needed
|
| 12 |
+
DEBUG_MODE = True
|