From 9f6e50ca4cc571642359429b3d5993b9c9cdc176 Mon Sep 17 00:00:00 2001 From: eroncero Date: Thu, 22 Jan 2026 19:54:05 +0100 Subject: [PATCH] Main filename refactor --- src/main.py => app.py | 2 +- config/fluxus_config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/main.py => app.py (99%) diff --git a/src/main.py b/app.py similarity index 99% rename from src/main.py rename to app.py index dc507b9..96f2b2e 100644 --- a/src/main.py +++ b/app.py @@ -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 diff --git a/config/fluxus_config.json b/config/fluxus_config.json index 3abef2d..f3b0c3a 100644 --- a/config/fluxus_config.json +++ b/config/fluxus_config.json @@ -18,7 +18,7 @@ ] ], "calibration": { - "active": false, + "active": true, "points": [ [ 76,