# Yolov3Android **Repository Path**: huangcy3/Yolov3Android ## Basic Information - **Project Name**: Yolov3Android - **Description**: yolov3-tiny移植Android - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Yolov3Android yolov3-tiny移植Android 学习并借鉴了三个项目: darknet转换为ncnn https://github.com/xiangweizeng/darknet2ncnn 图片检测 https://github.com/chehongshu/ncnnforandroid_objectiondetection_Mobilenetssd 实时检测 https://github.com/chentyjpm/MobileNetSSD_Demo_AndroidNCNN 其中最重要的项目为darknet2ncnn,ncnn转化完成后基本上移植也完成了 当然也非常感谢ncnn项目