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:
12
algorithms/registry.yaml
Normal file
12
algorithms/registry.yaml
Normal 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
|
||||
Reference in New Issue
Block a user