Files
HSAP/algorithms/registry.yaml
Chengfang Lu 7c43b44c57 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>
2026-05-25 16:59:59 +08:00

13 lines
352 B
YAML

# 算法框架注册表(仅代码,不含数据集)
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