Files
silver_pose/docs
ilaandClaude Opus 4.8 04422d9ca0 fix(v1): wire model confidence, explicit source mode, unique event ids
A: PoseAdapter.set_confidence_threshold is applied on start, so the
   settings model-confidence field actually affects inference.
B: config source.mode ('stream'|'replay') is explicit; app no longer
   guesses the source type from the URL prefix.
C: FallStateMachine takes a session_id and from_config generates a
   unique one per run, so event ids never collide across restarts
   (no screenshot overwrite or duplicate JSONL identity in a day).

51 tests pass.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 20:54:34 +08:00
..
2026-07-20 23:06:54 +08:00
2026-07-20 22:57:37 +08:00

Silver Pose 文档导航

Silver Pose 是面向固定机位大厅/走廊的本地摔倒事件演示系统;MVP 是 Python V1 的实时 RTSP 演示闭环。

文档维护规则

  • 需求变化先更新 02-requirements.md。
  • 模块、配置字段或事件语义变化先更新 04-architecture.md 和 api.md。
  • 任务状态更新 06-tasks.md,真实执行证据追加到 ../progress.md,当前快照覆盖 current-state.md。
  • V1 通过事件级验收前,v2/ 不得进入功能开发。