Files
HSAP/datasets/labeling.registry.yaml
Chengfang Lu 0b8ade048e feat: Unified Ingest SDK for DMS/ADAS promote, cuboid export and 3D fit
Replace subprocess build with promote_batch SDK, add ADAS cuboid export/fit/validate pipeline, stage normalization, and offline unit tests wired into smoke_labeling_api.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 09:58:35 +08:00

48 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
version: 1
# 标注引擎:统一 CVAT开标时按 scope 自动生成 labels
profiles:
ddaw:
scope_key: "dms:ddaw"
export_default: yolo
ml_adapter: dms_yolo
addw:
scope_key: "dms:addw"
export_default: yolo
ml_adapter: dms_yolo
addw_face:
scope_key: "dms:addw_face"
export_default: yolo_pose
ml_adapter: dms_yolo_pose
dam__batch_0516:
scope_key: "dms:dam:batch_0516"
export_default: yolo
ml_adapter: dms_yolo
dam__batch_0417:
scope_key: "dms:dam:batch_0417"
export_default: yolo
ml_adapter: dms_yolo
forward__detect:
scope_key: "dms:forward:detect"
export_default: yolo
ml_adapter: dms_yolo
forward__classify:
scope_key: "dms:forward:classify"
export_default: folder_cls
ml_adapter: dms_yolo_cls
lane__lane_v1:
scope_key: "lane:lane_v1"
export_default: lane_gt_txt
ml_adapter: lane_ufld
cuboid_7cls:
scope_key: "adas:cuboid_7cls"
export_default: cvat_cuboid
ml_adapter: adas_yolo26
cvat_labels:
- pedestrian
- car
- truck
- bus
- motorcycle
- tricycle
- traffic cone