All Projects → sunnyden → Yolov5_ncnn_android

sunnyden / Yolov5_ncnn_android

Licence: gpl-3.0
YOLOv5 C++ Implementation on Android using NCNN framework

Projects that are alternatives of or similar to Yolov5 ncnn android

Mask rcnn pytorch
Mask R-CNN for object detection and instance segmentation on Pytorch
Stars: ✭ 123 (-9.56%)
Mutual labels:  object-detection
Color Tracker
Color tracking with OpenCV
Stars: ✭ 128 (-5.88%)
Mutual labels:  object-detection
Paz
Hierarchical perception library in Python for pose estimation, object detection, instance segmentation, keypoint estimation, face recognition, etc.
Stars: ✭ 131 (-3.68%)
Mutual labels:  object-detection
Motionblur Detection By Cnn
Stars: ✭ 126 (-7.35%)
Mutual labels:  object-detection
Universenet
Object detection. EfficientDet-D5 level COCO AP in 20 epochs. SOTA single-stage detector on Waymo Open Dataset.
Stars: ✭ 128 (-5.88%)
Mutual labels:  object-detection
Leagueai
LeagueAI software framework for League of Legends that provides information about the state of the game based on Image Recognition using OpenCV and Pytorch.
Stars: ✭ 128 (-5.88%)
Mutual labels:  object-detection
Xcenternet
Fast anchor free Object Detection based on CenterNet (Objects As Points) and TTFNet (Training-Time-Friendly Network). Implemented in TensorFlow 2.4+.
Stars: ✭ 123 (-9.56%)
Mutual labels:  object-detection
Mxnet.sharp
.NET Standard bindings for Apache MxNet with Imperative, Symbolic and Gluon Interface for developing, training and deploying Machine Learning models in C#. https://mxnet.tech-quantum.com/
Stars: ✭ 134 (-1.47%)
Mutual labels:  object-detection
Robust Detection Benchmark
Code, data and benchmark from the paper "Benchmarking Robustness in Object Detection: Autonomous Driving when Winter is Coming" (NeurIPS 2019 ML4AD)
Stars: ✭ 128 (-5.88%)
Mutual labels:  object-detection
Make Sense
Free to use online tool for labelling photos. https://makesense.ai
Stars: ✭ 2,087 (+1434.56%)
Mutual labels:  object-detection
Yolo label
GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2 https://github.com/AlexeyAB/darknet, https://github.com/pjreddie/darknet
Stars: ✭ 128 (-5.88%)
Mutual labels:  object-detection
Swa object detection
SWA Object Detection
Stars: ✭ 128 (-5.88%)
Mutual labels:  object-detection
Object detection demo
How to train an object detection model easy for free
Stars: ✭ 130 (-4.41%)
Mutual labels:  object-detection
Awesome Visual Relationship Detection
A curated list of visual relationship detection and related area resources
Stars: ✭ 126 (-7.35%)
Mutual labels:  object-detection
2d detection
TensorFlow implementation of SqueezeDet, trained on the KITTI dataset.
Stars: ✭ 132 (-2.94%)
Mutual labels:  object-detection
Openpcdet
OpenPCDet Toolbox for LiDAR-based 3D Object Detection.
Stars: ✭ 2,199 (+1516.91%)
Mutual labels:  object-detection
Centernet Tensorflow
CenterNet: Objects as Points in Tensorflow
Stars: ✭ 129 (-5.15%)
Mutual labels:  object-detection
Domain Adaptive Faster Rcnn Pytorch
Domain Adaptive Faster R-CNN in PyTorch
Stars: ✭ 135 (-0.74%)
Mutual labels:  object-detection
Tf2 Yolov4
A TensorFlow 2.0 implementation of YOLOv4: Optimal Speed and Accuracy of Object Detection
Stars: ✭ 133 (-2.21%)
Mutual labels:  object-detection
Object Localization
Object localization in images using simple CNNs and Keras
Stars: ✭ 130 (-4.41%)
Mutual labels:  object-detection

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].