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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user