Files
ISISeg/工程分析/需求分析-2026-05-18-19-06-50.md

23 lines
962 B
Markdown
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.
# 需求分析
开始时间2026-05-18-19-06-50
## 用户目标
用户强调“网页端构建”,说明第一版虽然已有静态页面,但需要更明确地完成 Web 端可交互工作台,而不仅是后端接口或演示脚本。
## 本轮目标
- 强化首页为真正的导丝分割 Web 操作台。
- 支持拖拽上传、样例视频一键加载、原始文件预览、算法卡片选择、运行状态、结果详情查看。
- 结果区展示叠加图、掩膜、指标和输出视频,能直接从网页端完成完整使用流程。
- 保持无需前端构建工具的部署方式FastAPI 直接服务静态页面。
## 验收标准
- 访问 `http://127.0.0.1:8001` 可以看到完整网页端工作台。
- 可以点击“加载样例”并直接运行分割。
- 可以上传图片或视频并运行分割。
- 分割完成后网页端展示结果帧、指标、输出视频链接。
- `pytest -q` 通过,健康检查通过。