#218 · Primary category: Computer Vision
EasyCV
An all-in-one toolkit for computer vision
Project last updated:05/09/25
GitHub Stars
2.0K
Forks
227
Contributors
25
License
Apache-2.0
Why we included this project
For teams juggling several vision workloads, EasyCV keeps everything in one PyTorch codebase. It ships training pipelines and pretrained weights for self-supervised contrastive learning (SimCLR, MoCo V2, SwAV, DINO) and masked image modeling (MAE), so you can pretrain or fine-tune without stitching together separate repositories. It also covers ordinary tasks such as image classification, object detection, and metric learning, leaning on transformer backbones like ViT, Swin, and the DETR family. The framework splits into modular components (dataset, model, training hooks), which makes it easy to add a new dataset or swap a model for an experiment. With a command-line and config-based interface and support for many timm checkpoints, it suits researchers prototyping supervised and self-supervised models as well as engineers running standard CV benchmarks.
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)