#367 · Primary category: Computer Vision

MobileNet-Yolo

cnn computer-vision cv darknet deep-learning face-detection landmark landmark-detection mnn mnn-framework mobilenet-yolo mobilenetv2 ncnn ncnn-model object-detection yolo yolov3

MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB:fire::fire::fire:

Project last updated:02/06/21

GitHub Stars

1.7K

Forks

278

Contributors

3

License

Other

Why we included this project

This project ships compact object detectors built on MobileNetV2 backbones, with the Nano variant coming in around 3MB and under 0.5 billion FLOPs, which makes it a useful reference point for teams targeting phones or embedded devices. The repo bundles Darknet models for COCO and VOC detection plus a face-detection variant, and it shows how to convert and run them on mobile inference runtimes like NCNN and MNN, complete with benchmark tables and C sample code for a 106-point landmark detector. Anyone comparing lightweight YOLO architectures will find direct measurements across several popular tiny networks. Note that the author has since moved on to the successor Yolo-Fastest project, so treat this as a stable snapshot of proven configurations to mine for baseline numbers rather than an actively developed codebase.

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