auto-iter 2026-05-14: max_frame_num 1024→2048 fix RoPE overflow GX019817

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 <claude@nowyouknow.fr>
This commit is contained in:
Poulpe
2026-05-14 04:52:20 +00:00
parent 50ca77490d
commit 2611a72aa2

View File

@@ -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