新增真起步速度門檻 depart_min_speed: 排隊龜速剪掉、真起步保留

使用者規則: 剪到『穩定起步』為止,之前的停車+龜速蠕動全剪;從穩定起步開始保留。
作法: 把移動段串起來(橋接 <STOP_SECONDS 的 OCR 瞬斷),若整段最高速 < depart_min_speed(15)
表示只是排隊龜速從未真正騎走 → 整段改判停止剪掉;有加速到真速度的(真起步)才保留,
且連龜速起點一起留。
實測 02: #4 由 05:14~07:41 延伸為 05:14~08:13(07:42~08:13 排隊龜速正確剪掉,
原 #5/#6 碎片消失);#3 真起步保留。
(註: creep 起點受平滑視窗 ±3s 影響會有數秒邊界誤差,屬 OCR 雜訊下取捨)

本次調整由 Claude Opus 4.8 (1M context) 協助處理。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-03 22:39:03 +08:00
parent a972976e71
commit df85116088
3 changed files with 33 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
"min_confidence": 0.7,
"smooth_window": 7,
"depart_seconds": 8.0,
"depart_min_speed": 15,
"cut_before_stop": 2.0,
"keep_after_stop": 2.0,
"min_keep": 0.8,