#24 · Primary category: Computer Vision
vision
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)