Hi, I'm running evaluation on StreamingBench (Real_Time_Visual_Understanding.csv) and consistently encounter errors at sample_332 (row 1658 in the CSV).
The video file sample_332/video.mp4 produces extensive H264 decoding errors:
[h264 @ ...] Invalid NAL unit size (0 > 6872).
[h264 @ ...] Error splitting the input into NAL units.
[h264 @ ...] error while decoding MB 9 60, bytestream -8
This eventually causes the process to be OOM killed (exit code 137).
I wonder whether this issue comes from the dataset or from my reproduction of the code. Thanks!
Hi, I'm running evaluation on StreamingBench (Real_Time_Visual_Understanding.csv) and consistently encounter errors at sample_332 (row 1658 in the CSV).
The video file
sample_332/video.mp4produces extensive H264 decoding errors:This eventually causes the process to be OOM killed (exit code 137).
I wonder whether this issue comes from the dataset or from my reproduction of the code. Thanks!