Android_NCNN_yolov4-tiny icon indicating copy to clipboard operation
Android_NCNN_yolov4-tiny copied to clipboard

yolov4-tiny ncnn android sample

Yolov4-tiny NCNN Implementation

This repo provides C++ implementation of yolov4-tiny model using Tencent's NCNN framework. image

APK:https://github.com/dog-qiuqiu/Android_NCNN_yolov4-tiny/blob/master/app/release/yolov4-tiny-ncnn.apk

程序闪退请到应用权限管理设置那,开启摄像头权限

If the program crashes, please open the camera permission

Credits

  • https://github.com/tencent/ncnn
  • https://github.com/WZTENG/YOLOv5_NCNN