mbzuai-oryx / VideoGPT-plus

Official Repository of paper VideoGPT+: Integrating Image and Video Encoders for Enhanced Video Understanding
Creative Commons Attribution 4.0 International
198 stars 16 forks source link

The webm file from ssv2 can not be loaded #7

Open MonolithFoundation opened 3 months ago

MonolithFoundation commented 3 months ago

raise DECORDError(err_str) decord._ffi.base.DECORDError: [05:19:05] /github/workspace/src/video/ffmpeg/threaded_decoder.cc:292: [05:19:05] /github/workspace/src/video/ffmpeg/threaded_decoder.cc:218: Check failed: avcodec_send_packet(decctx.get(), pkt.get()) >= 0 (-11 vs. 0) Thread worker: Error sending packet.

mmaaz60 commented 3 months ago

Hi @MonolithFoundation,

I appreciate your interest in our work. I did not understand the error. Can you please provide the steps to reproduce this error? Thanks

MonolithFoundation commented 3 months ago

Does the webm file read by decord need further handling?

mmaaz60 commented 3 months ago

Hi @MonolithFoundation,

It does not, the provided datasets (e.g. SSV2) can be fully loaded using the data loader in the repo.