Stable
Load videos into PyTorch
Features:
- A frame sampling strategy that helps with training (Sparse Temporal Sampling - "Temporal Segment Networks")
- A very fast video loading pipeline that eliminates input bottlenecks
- Generic and therefore usable with custom datasets with minimum effort
- Easy out-of-the-box support for torchvision 0.8.0's video-level augmentations/transforms (identical image transforms on an image batch)
Extensive documentation at https://video-dataset-loading-pytorch.readthedocs.io/