In certain cases the input to the network is not raw frames, but some computed features. All of the processed frames can be loaded at once, so it'd be useful to not specify the clip length and just read all available data per video.
This only works with batch_size = 1, but this is when the pseudo batch loop can come in handy.
In certain cases the input to the network is not raw frames, but some computed features. All of the processed frames can be loaded at once, so it'd be useful to not specify the clip length and just read all available data per video.
This only works with batch_size = 1, but this is when the pseudo batch loop can come in handy.