Skip to content

Stable

Choose a tag to compare

@RaivoKoot RaivoKoot released this 13 Nov 11:01
· 79 commits to main since this release
4c9b533

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/