layer6ai-labs / xpool

https://layer6ai-labs.github.io/xpool/
110 stars 9 forks source link

ValueError when loading MSVD data #21

Open Jiamian-Wang opened 11 months ago

Jiamian-Wang commented 11 months ago

Hi there,

Thanks for the nice work! I've run into a problem of the ValueError raised in the load_frames_from_video() function in video_capture on the cluster. It seems that this is caused by the cv2 videocapture.read(). Since I've checked that the data is clean and complete. while the "ret" can be False for some data samples. Did you ever encounter similar problem and do you have any suggestions? Thank you!