# Android_NCNN_yolov4-tiny **Repository Path**: stormvrar/Android_NCNN_yolov4-tiny ## Basic Information - **Project Name**: Android_NCNN_yolov4-tiny - **Description**: yolov4-tiny ncnn android sample - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2021-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Yolov4-tiny NCNN Implementation This repo provides C++ implementation of [yolov4-tiny model](https://github.com/AlexeyAB/darknet) using Tencent's NCNN framework. ![image](https://github.com/dog-qiuqiu/Android_NCNN_yolov4-tiny/blob/master/1594354398593.gif) ## 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