chore(tasks): start T-101 configuration baseline

This commit is contained in:
ila
2026-07-21 09:42:55 +08:00
parent 50ac61fac5
commit 7b05efe56c
3 changed files with 14 additions and 5 deletions
+4 -4
View File
@@ -5,13 +5,13 @@
## 当前快照
- 日期:2026-07-20
- 阶段:V1 工程化起步。
- 阶段:V1 工程化起步;T-101 进行中。
- 已验证环境:Windows PowerShell;Python 3.8.10;Ultralytics 8.3.205;PyQt5 可导入。
- 旧生产基线:`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、docs/ui/2026-07-20-html-prototype-plan.md、docs/ui/silver-pose-v1-prototype.html 与 docs/ui/silver-pose-v2-prototype.html 已建立。v2 HTML 是符合正式浅色 Windows 规范的当前视觉参考:浅灰蓝底、白色卡片,红色只表示确认摔倒、其弹窗和事件证据;文件名中的 v2 只表示原型设计修订,不能理解为 Go V2 实现已开始。v1 HTML 保留为历史深色对照。两者均使用顶部双 Tab、设置草稿与状态交互,且画面、事件和时间都是模拟数据,不连接真实摄像头、模型或网络,也不改变 Phase 1 任务顺序。
- 测试:暂无 pytest 测试;`python -m compileall -q demo` 已通过。
- 测试:`python -m compileall -q demo` 已通过;T-101 开始前 `v1/tests` 尚不存在,因此 `python -m pytest v1/tests -v` 以目录未找到退出,这是待建立的初始测试基线。
- 模型:`demo/best.pt` 可加载为 YOLO Pose,类别 `person`,`kpt_shape=[17, 3]`;与 `D:\PythonP\fall_detection\best.pt` 哈希一致。
- 当前标准启动:`./init.ps1`。
- 当前标准验证:`python -m compileall -q demo`。
@@ -33,8 +33,8 @@
## 任务状态
- 已完成:T-000(Harness 文档与旧基线快照)。
- 正在进行:无。
- 下一个可领取:T-101。
- 正在进行:T-101(创建 V1 包、依赖清单、示例配置和忽略规则)。
- 下一个可领取:完成 T-101 后为 T-102。
## 当前可运行内容