Skip to content
/ vision Public
forked from pytorch/vision

Datasets, Transforms and Models specific to Computer Vision

License

Notifications You must be signed in to change notification settings

mavanb/vision

This branch is 5 commits ahead of, 3726 commits behind pytorch/vision:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 7, 2018
Apr 16, 2018
May 18, 2018
Jan 28, 2018
Mar 27, 2018
Nov 10, 2016
Aug 24, 2017
Jan 3, 2018
Aug 24, 2017
Mar 9, 2018
Oct 30, 2017

Repository files navigation

torchvision

https://travis-ci.org/pytorch/vision.svg?branch=master

The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.

Installation

Anaconda:

conda install torchvision -c pytorch

pip:

pip install torchvision

From source:

python setup.py install

Image Backend

Torchvision currently supports the following image backends:

  • Pillow (default)
  • Pillow-SIMD - a much faster drop-in replacement for Pillow with SIMD. If installed will be used as the default.
  • accimage - if installed can be activated by calling torchvision.set_image_backend('accimage')

Documentation

You can find the API documentation on the pytorch website: http://pytorch.org/docs/master/torchvision/

Contributing

We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.

About

Datasets, Transforms and Models specific to Computer Vision

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 87.7%
  • Python 12.3%