#315 · Primary category: Computer Vision
luminoth
Deep Learning toolkit for Computer Vision.
Project last updated:03/24/23
GitHub Stars
2.4K
Forks
391
Contributors
15
License
BSD-3-Clause
Why we included this project
Luminoth is worth a look if you want a tidy, self-contained way to train and run object detectors without assembling the pieces yourself. It bundles Faster R-CNN and SSD behind a single `lumi` command, and you can adapt a dataset, train locally or on Google Cloud ML Engine, and export checkpoints trained on COCO and Pascal. The project was officially abandoned in 2020, with the authors recommending Detectron2 for anything modern, so treat it as a study aid rather than a dependency. That said, the Sonnet-based architecture and the separation between training, evaluation, and detection code make it easy to read and borrow from. It will be most useful to people learning how backbones, region proposals, and anchor boxes fit together, or maintaining an older TensorFlow 1.x stack.
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)