#452 · Primary category: Computer Vision
pytorch-randaugment
Unofficial PyTorch Reimplementation of RandAugment.
Project last updated:03/14/23
GitHub Stars
635
Forks
97
Contributors
1
License
MIT
Why we included this project
Training image classifiers in PyTorch usually means either sticking with basic flips and crops or running an expensive search for a better augmentation policy, and this library skips the search by implementing RandAugment as a single transform you drop into a torchvision pipeline with just two knobs, N and M. The author checked it against the original paper on CIFAR-10, CIFAR-100, and SVHN with Wide-ResNet and similar models, and the accuracy came out close to the reported figures. That makes it a useful reference if you want to see the method work in your own setup before committing to it. One caveat: the ImageNet reproduction was never finished, so treat results on large datasets as unverified. The code is small and MIT-licensed, so it is easy to read and fold into an existing training loop.
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)