pytorch / torchcodec

PyTorch video decoding
BSD 3-Clause "New" or "Revised" License
77 stars 9 forks source link

Frame and FrameBatch improvements #283

Closed NicolasHug closed 2 weeks ago

NicolasHug commented 2 weeks ago

This PR:

These changes are mostly necessary in order for us to change the output of the samples from List[FrameBatch(4D)] to FrameBatch (5D), as done in https://github.com/pytorch/torchcodec/pull/284