Files
lerobot-clone/src/lerobot/data_processing/data_annotations
Pepijn 002a9dd0b9 fix: use do_sample_frames=False instead of video_kwargs fps list
The Qwen3.5 processor expects fps as a scalar, not a list, so passing
video_kwargs with fps=[...] fails validation. Since process_vision_info
already handles frame sampling, we only need do_sample_frames=False to
tell the processor to use the pre-sampled frames as-is.

Made-with: Cursor
2026-03-30 16:55:46 +02:00
..
2026-03-11 22:49:06 +00:00
2026-03-11 23:14:22 +00:00