Files
HSAP/.gitignore
jiacheng.lin 1bde0fe430 feat: Add support for ADAS project in labeling and export processes
- Implemented class name loading for ADAS campaigns in `_class_names_for_campaign`.
- Enhanced annotation parsing to support cuboid and 2D rectangle labels in `_parse_ls_annotations`.
- Updated catalog building to include ADAS packs and batches in `build_catalog_signature`.
- Added ADAS cuboid promotion logic in `adas_cuboid.py`, supporting both quaternion_json and YOLO HBB formats.
- Introduced validation for ADAS batches to check for YOLO HBB labels in `adas_cuboid.py`.
- Modified delivery scanning to include ADAS project deliveries in `scan.py`.
- Extended job execution to handle ADAS exports for YOLO format in `runner.py`.
- Updated labeling export logic to accommodate ADAS project in `export_cuboid_batch.py`.
- Enhanced format conversion to support rectangle labels in `format_converter.py`.
- Improved CVAT task handling in `service.py` to ensure task ID updates on each labeling job.
- Updated web API endpoints to reflect ADAS project changes in `hsap-api.ts`.
- Added ADAS catalog types and UI components for displaying ADAS packs and batches in `dmsCatalog.ts`, `CatalogPage.tsx`, and `ExportPage.tsx`.
- Adjusted workflow registry to align with new ADAS project structure.
2026-07-16 16:03:04 +08:00

73 lines
1.0 KiB
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg
.venv/
venv/
# Node / frontend
node_modules/
platform/web/tsconfig.tsbuildinfo
# Secrets & local env
.env
manifests/feishu.env
manifests/platform.db
*.pem
*.key
# Runtime / logs
manifests/catalog_cache.json
manifests/trace_log.jsonl
manifests/job_log.jsonl
reports/
**/runs/
**/log/
**/tmp/
**/wandb/
# Large artifacts (勿提交权重与原始数据)
*.pt
*.pth
*.onnx
*.rknn
*.engine
*.tar
*.tar.gz
*.zip
# Dataset media (脚手架 yaml/脚本可提交,图像视频勿提交)
datasets/**/packs/
datasets/**/inbox/
datasets/**/archive/
datasets/**/sources/
datasets/**/DATASET/
datasets/**/versions/
datasets/**/manifests/ingest_log.jsonl
datasets/**/*.jpg
datasets/**/*.jpeg
datasets/**/*.png
datasets/**/*.bmp
datasets/**/*.mp4
datasets/**/*.avi
# IDE
.idea/
.vscode/
*.swp
.DS_Store
# Docker local
.workspace-stub/
# Optional: 若改用软链模式,取消注释以忽略内嵌副本
# algorithms/dms_yolo/code/
# algorithms/lane_ufld/code/