torchvideo

Similar to torchvision, torchvideo is a library for working with video in pytorch. It contains transforms and dataset classes. It is built atop of torchvision and designed to be used in conjunction.

Installation

Install torchvideo from PyPI with:

$ pip install torchvideo

or the cutting edge branch from github with:

$ pip install git+https://github.com/willprice/torchvideo.git

We strongly advise you to install Pillow-simd to speed up image transformations. Do this after installing torchvideo.

$ pip install pillow-simd