Skip to content

aoru45/Yolov5-RKNN-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolov5 RKNN Cpp

This is a code base for yolov5 cpp inference.

This code is built for android arm v8 test.

NDK Version: r16b

Install

  1. Download and set NDK path in your environment.

  2. Build opencv android armv8 and put the .a files in libs/opencv.

  3. Convert yolov5 onnx file to rknn file with 3 output layers.

  4. Run build.sh.

Usage

./build.sh

This code will build a execuable file in the build dir.

Contributing

PRs accepted.

License

MIT © Aoruxue

About

A rknn cpp/c++ inference codebase for yolov5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages