chenyuntc / vision

Datasets, Transforms and Models specific to Computer Vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 62.5%Language:Python 37.5%