chore(tasks): start T-302 Go spike

This commit is contained in:
ila
2026-07-22 15:46:49 +08:00
parent b013263dae
commit 104608751a
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -407,6 +407,15 @@
- 决策:ONNX 加载必须显式 `task='pose'`,否则 Ultralytics 会按 detect 解析而缺 keypoints。
- 下一步:T-302。
## 【2026-07-22】T-302 Go 推理与视频/UI 技术 Spike
- 状态:DOING
- 变更:任务从 TODO 落为 DOING;将验证 Go 对锁定 ONNX Pose 的直接推理、录像读取和 Windows UI 技术路线。
- 验证:开始前 `./init.ps1` 通过(88 passed、1 skipped);Go 1.24.0、ONNX Runtime DLL、ONNX Runtime Python 包均存在。
- 阻塞:GoCV/OpenCV 开发绑定尚未配置,不能假设可直接用于 V2。
- 决策:先以 Go ONNX Runtime 运行时和最小录像/UI Spike 验证,再决定 V2 引入的依赖与 Windows 打包方式。
- 下一步:建立最小 Go 模块与 ONNX Runtime 推理验证。
## 【2026-07-21】T-211 检测灵敏度参数进设置页
- 状态:DOING