#143 · Primary category: Computer Vision
lightly-train
All-in-one training for vision models (YOLO, ViTs, RT-DETR, DINOv3): pretraining, fine-tuning, distillation.
Project last updated:08/26/26
GitHub Stars
1.7K
Forks
112
Contributors
23
License
AGPL-3.0
Why we included this project
LightlyTrain keeps pretraining, fine-tuning, and distillation in one framework, so a team can start with a DINOv2 or DINOv3 foundation model trained on its own unlabeled data, then adapt it for detection or segmentation, or distill a large teacher into a smaller student that fits edge hardware. That is useful when the training data is proprietary or the target device cannot host a heavy backbone. It includes ready-to-run recipes for YOLO-style detectors, DETR variants, and smaller models, with ONNX and TensorRT export built in, so trained networks reach production without extra conversion work. Teams that would otherwise glue together separate pretraining, fine-tuning, and export tools get a single place to compare accuracy against latency.
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)