#24 · Primary category: Computer Vision

vision

computer-vision machine-learning

Datasets, Transforms and Models specific to Computer Vision

Project last updated:08/29/26

GitHub Stars

17.9K

Forks

7.3K

Contributors

693

License

BSD-3-Clause

Why we included this project

Torchvision is the official computer vision companion to PyTorch, and for most teams it is the first stop when images are involved. It ships the standard datasets, a broad collection of model architectures with pretrained weights, and the transforms that get images ready for a model, from loading and resizing to normalization and augmentation. That means you are not hand-wiring data loaders and preprocessing code, and everything stays aligned with the rest of the PyTorch stack. Someone prototyping a classification, detection, or segmentation pipeline can grab a pretrained backbone and a standard transform chain in a few lines, then plug in their own data. The code is also readable and well documented, which makes it a decent reference for how a mature vision stack is put together.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category