Error running the benchmark code using raw data

Did anyone try running the benchmark code using the raw data?

I am getting an error when it is trying to read one of the videos:

ValueError: could not broadcast input array from shape (180,480,720,1) into shape (180)

Any thoughts on how to go about this?

Hi kramea,

The dataset loader we wrote for the benchmark was meant for the preprocessed videos we provided, which have been converted to square resolutions and a small constant number of frames. The raw video resolutions vary in resolution and frame count, so in order to use them with the benchmark you will need to edit the data loader substantially, or downsample the raw videos into an appropriate format (and edit the loader a bit).

Have fun!

Best wishes,
Casey

1 Like