feat: initial HSAP platform

Huaxu Sentinel Active Safety Platform with embedded algorithm code,
Docker Compose setup, and vendored dataset scaffolds for clone-and-run.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-25 16:59:59 +08:00
commit 7c43b44c57
1619 changed files with 373355 additions and 0 deletions

12
algorithms/registry.yaml Normal file
View File

@@ -0,0 +1,12 @@
# 算法框架注册表(仅代码,不含数据集)
algorithms:
dms_yolo26:
projects: [dms]
workdir: algorithms/dms_yolo/code
conda_env: dms_yolo26
module: algorithms.dms_yolo.adapter
lane_ufld:
projects: [lane]
workdir: algorithms/lane_ufld/code/UFLD
conda_env: lane_light
module: algorithms.lane_ufld.adapter