From 2611a72aa2be8c6ab2679ce460bc1aacfe92c3b2 Mon Sep 17 00:00:00 2001 From: Poulpe Date: Thu, 14 May 2026 04:52:20 +0000 Subject: [PATCH] =?UTF-8?q?auto-iter=202026-05-14:=20max=5Fframe=5Fnum=201?= =?UTF-8?q?024=E2=86=922048=20fix=20RoPE=20overflow=20GX019817?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Root cause: 3D RoPE precomputed for max_frame_num+100=1124 positions. GX019817 has 1357 frames after trim → index overflow → tensor mismatch. 2048 → supports up to 2148 frames (covers all current segments). Co-Authored-By: Poulpe --- pipeline/config/thresholds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/config/thresholds.yaml b/pipeline/config/thresholds.yaml index 6e08e47..d0bc229 100644 --- a/pipeline/config/thresholds.yaml +++ b/pipeline/config/thresholds.yaml @@ -15,7 +15,7 @@ frame_extract: bottom_visible_pct_min: 25 inference: ply_conf_threshold: 1.5 - max_frame_num: 1024 + max_frame_num: 2048 mode: streaming keyframe_interval: 1 min_frames_for_inference: 32