Skip to content

mawwalker/mobiledetect

Repository files navigation

Real-time Object Detection On Android

Requirements

  • Android Studio3+
  • NCNN
  • NDK
  • Android 5+

Abstract

Real-time Object Detection On Android, the implement of YOLOv4, YOLOv5 and NanoDet using NCNN. I build the project with Android SDK 30 and NDK 21. Tested on Honor V30 (Android 10).

Usage

Just open this project in AndroidStudio, then build and run. Or if you just want the apk, go to the Releases, download the apk for yourself.

Reference

https://github.com/android/camera-samples

https://github.com/Tencent/ncnn

https://github.com/cmdbug/YOLOv5_NCNN