ppogg/YOLOv5-Lite
🍅🍅🍅YOLOv5-Lite: Evolved from yolov5 and the size of model is only 900+kb (int8) and 1.7M (fp16). Reach 15 FPS on the Raspberry Pi 4B~ observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1843
- days_rel: n/a
- days_push: 803
- n_releases_24m: 0
Adoption not part of the score
2487 stars · 430 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
YOLOv5-Lite is a lightweight object detection model family evolved from YOLOv5, with models as small as ~900KB (int8) that run 10-15+ FPS on a Raspberry Pi 4B. It includes training code in PyTorch plus deployment support for inference backends like ncnn, MNN, TensorRT, OpenVINO, and TFLite on edge devices.
Use cases
- run object detection on a raspberry pi
- deploy a small yolo model on android
- detect objects in real time on embedded devices
- train a lightweight yolo model in pytorch
- convert a detection model to ncnn or mnn for mobile inference
- run yolo inference with tensorrt or openvino
- quantize a detection model to int8 for edge deployment
When to choose
- you need real-time object detection on CPU-only or low-power hardware like Raspberry Pi or Android phones
- model size and memory footprint are critical constraints
- you want prebuilt export paths to ncnn, MNN, TensorRT, OpenVINO, or TFLite
When to avoid
- you need maximum accuracy on high-end GPUs where full YOLOv5 or YOLOv8 is better
- you need segmentation, pose, or other vision tasks beyond bounding-box detection
- you require a permissive license since this is GPL-3.0
Facets
library · maturity active
machine-learning deep-learning computer-vision image-processing computer-vision machine-learning deep-learning embedded-systems cross-platform cpp python object-detection yolo yolov5 ncnn mnn tensorrt openvino tflite onnx raspberry-pi edge-deployment model-compression quantization lightweight-model shufflenet linux android
1 source
- readme: https://github.com/ppogg/YOLOv5-Lite · fetched 2026-08-28 · 480436e3661f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ppogg/YOLOv5-Lite | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="ppogg/YOLOv5-Lite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem