Compare commits
1 Commits
feature/cr
...
refactor/c
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f6e50ca4c |
@@ -20,7 +20,7 @@ import sys
|
||||
# ===========================
|
||||
# CONFIGURACIÓN
|
||||
# ===========================
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
# Modelos
|
||||
MODEL_PERSON_PATH = os.path.join(BASE_DIR, 'models', 'yolov8n.pt') # Revertido a Nano por velocidad
|
||||
@@ -18,7 +18,7 @@
|
||||
]
|
||||
],
|
||||
"calibration": {
|
||||
"active": false,
|
||||
"active": true,
|
||||
"points": [
|
||||
[
|
||||
76,
|
||||
|
||||
Reference in New Issue
Block a user