torchvision
The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.
Installation
Anaconda:
conda install torchcv -c pytorch
pip:
pip install torchcv
or
pip install -i https://pypi.python.org/pypi torchcv
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.
Release files for torchcv 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| torchcv-0.0.2.tar.gz | 112.2 kB | Details |
Release files / torchcv-0.0.2.tar.gz
| Download URL | torchcv-0.0.2.tar.gz |
|---|---|
| Size | 112.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6bb2c6498dd735eb057499fb148b960a0818643dbee7d9cbde6fb3faea023d7f
|
|
BLAKE2b-256 checksum How to use checksums |
3f88e48292f517f1764373fae7f8e438d3d98cc2efc92d1ae09177e17924258c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.5
|