重命名 refs 为 algorithm_subprocesses,并清理误提交的权重与缓存文件。

算法子进程目录仅保留源码与配置;权重、样本 I/O、构建产物通过 .gitignore 离线交付。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Kevin
2026-05-21 16:10:08 +08:00
parent 1af442481e
commit 70431ca3f9
19 changed files with 88 additions and 34 deletions

View File

@@ -71,7 +71,7 @@ def _orchestrate_write_rtsp_host() -> str:
response_model=VideoBatchSurgeryResponse,
summary="非实时精确模式:上传单路 MP4 并跑配置引用包 batch",
description=(
"仅当 DEMO_ORCHESTRATOR_ENABLED=true。保存上传视频调用配置引用包 main.py默认 refs/5.15"
"仅当 DEMO_ORCHESTRATOR_ENABLED=true。保存上传视频调用配置算法子进程包 main.py默认 algorithm_subprocesses/5.15"
"解析 TSV 后写入最终结果,并调用 visualize_result_video.py 生成带标签视频。"
),
)