mustafa2ak commited on
Commit
89bc311
·
verified ·
1 Parent(s): e68bbd3

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +5 -2
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
- # History file for detections
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