Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 511 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 511 Bytes

Deploy yolov5.ncnn(v6.0) in android

测试效果


如何构建?


1. 下载 Android studio

Android studio 下载地址: https://developer.android.com/studio

2. git clone 项目构建

  • Android studio git clone 本项目地址: https://github.com/yyccR/yolov5-ncnn-android.git
  • 确保根目录下 build.gradle 相关依赖库能正常下载
  • 在android studio菜单栏BuildRebuild Project
  • 打开com.example.yolov5ncnnandroid.MainActivity, 编译运行安装