docs: add V1 UI UX prototype spec

This commit is contained in:
ila
2026-07-20 22:24:38 +08:00
parent a3339bada1
commit 8388e8aeaa
3 changed files with 108 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
- 旧生产基线:`demo/main.py`、`demo/fall_detection_gui.py`、`demo/detect_fall.py`、`demo/best.pt`。
- V1 代码:`v1/` 目录存在但尚无实现。
- V2 代码:`v2/` 目录存在但尚无实现。
- 非代码设计工件:`docs/ui/silver-pose-ui-ux-spec.md` 已建立,定义客户演示的正常、确认摔倒和连接异常三种 UI 状态;等待用户审阅后才生成 HTML 原型,不改变 Phase 1 任务顺序。
- 测试:暂无 pytest 测试;`python -m compileall -q demo` 已通过。
- 模型:`demo/best.pt` 可加载为 YOLO Pose,类别 `person`,`kpt_shape=[17, 3]`;与 `D:\PythonP\fall_detection\best.pt` 哈希一致。
- 当前标准启动:`./init.ps1`。