sunnyden / YOLOV5_NCNN_Android

YOLOv5 C++ Implementation on Android using NCNN framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLOv5 NCNN Implementation

This repo provides C++ implementation of YOLOv5 model using Tencent's NCNN framework.

Notes

Currently NCNN does not support Slice operations with steps, therefore I removed the Slice operation and replaced the input with a downscaled image and stacked it to match the channel number. This may slightly reduce the accuracy.

Screenshot

Credits

About

YOLOv5 C++ Implementation on Android using NCNN framework

License:GNU General Public License v3.0


Languages

Language:C++ 69.5%Language:C 23.4%Language:Java 5.9%Language:CMake 1.3%