How to load video data into 3D Conv

Hi @SamTX,

Usually, you will subdivide your videos in sequence of some length.

You may want to take a look at DALI and its VideoReader operator, you can find here a small tutorial showing how to a video data pipeline and here how to easily plug DALI into PyTorch.