#183 · Primary category: Computer Vision
nanodet
NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥
Project last updated:08/08/24
GitHub Stars
6.3K
Forks
1.1K
Contributors
24
License
Apache-2.0
Why we included this project
NanoDet is a strong choice when object detection needs to run in real time on a phone or edge device without a GPU. It's a full training and inference toolkit for a tiny anchor-free detector; the smallest quantized model is under a megabyte and still hits about 97 fps on a mobile ARM CPU. The repo includes PyTorch training code and configs, pretrained COCO checkpoints, a model zoo, and working demos for ncnn, MNN, and OpenVINO, plus an Android sample app built on ncnn. That makes it practical for on-device apps, surveillance cameras, and robotics, where you're always trading accuracy against latency and memory. Benchmark tables compare honestly against YOLO-tiny variants, and the docs walk through install, training, and deployment without much friction.
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)