• Stars
    star
    168
  • Rank 225,507 (Top 5 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

YOLOv5 C++ Implementation on Android using NCNN framework

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