#303 · Primary category: Computer Vision
ml-cvnets
CVNets: A library for training computer vision networks
Project last updated:10/30/23
GitHub Stars
2.0K
Forks
258
Contributors
4
License
Other
Why we included this project
Training a new vision model usually means gluing together dataloaders, configs, and training loops by hand. CVNets is one of the few toolkits that handles that plumbing for you, wrapping PyTorch to cover classification, object detection, semantic segmentation, and CLIP-style foundation models from a single configuration-driven codebase. You can switch between MobileNet, EfficientNet, Swin, ViT, or Mask R-CNN without maintaining separate training pipelines, and the repo ships ready-to-run configs and examples for standard benchmarks like ImageNet, MS-COCO, and ADE20K, so reproducing a published baseline takes far less fiddling. The project comes out of Apple's research group and includes utilities for converting trained PyTorch models to CoreML, handy if you plan to deploy on Apple platforms.
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)