# YOLOV5_NCNN_Android **Repository Path**: atari/YOLOV5_NCNN_Android ## Basic Information - **Project Name**: YOLOV5_NCNN_Android - **Description**: 同步 https://github.com/sunnyden/YOLOV5_NCNN_Android - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YOLOv5 NCNN Implementation This repo provides C++ implementation of [YOLOv5 model](https://github.com/ultralytics/yolov5) 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 ![](imgs/screenshot.png) # Credits * [YOLOv5 by Ultralytics](https://github.com/ultralytics/yolov5) * [NCNN by Tencent](https://github.com/tencent/ncnn)