Main filename refactor

This commit is contained in:
2026-01-22 19:54:05 +01:00
parent 694ccc0edb
commit 9f6e50ca4c
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ import sys
# =========================== # ===========================
# CONFIGURACIÓN # CONFIGURACIÓN
# =========================== # ===========================
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) BASE_DIR = os.path.dirname(os.path.abspath(__file__))
# Modelos # Modelos
MODEL_PERSON_PATH = os.path.join(BASE_DIR, 'models', 'yolov8n.pt') # Revertido a Nano por velocidad MODEL_PERSON_PATH = os.path.join(BASE_DIR, 'models', 'yolov8n.pt') # Revertido a Nano por velocidad

View File

@@ -18,7 +18,7 @@
] ]
], ],
"calibration": { "calibration": {
"active": false, "active": true,
"points": [ "points": [
[ [
76, 76,