drone-net
Object detector
Reimplements YOLO's real-time object detection system on drone images using Darknet
https://towardsdatascience.com/tutorial-build-an-object-detection-system-using-yolo-9a930513643a
154 stars
6 watching
66 forks
Language: Python
last commit: about 4 years ago
Linked from 1 awesome list
darknetdatasetdronesobject-detectionpretrained-weightsyolov3
Related projects:
Repository | Description | Stars |
---|---|---|
hekun-nvidia/py-darknet-yolo | A Python interface to YOLO object detection software using Darknet | 27 |
philipperemy/yolo-9000 | Real-time object detection using deep learning and a large dataset of classes | 1,184 |
leggedrobotics/darknet_ros | This ROS package integrates YOLO object detection into a ROS environment for real-time image processing and object classification. | 2,217 |
wongkinyiu/yolor | An implementation of a unified network architecture for multiple object detection tasks using PyTorch | 1,989 |
leetenki/yolov2 | Represents an implementation of the YOLOv2 object detection algorithm in Chainer for real-time object detection and tracking. | 338 |
xiang-wuu/ncnn-android-yolov7 | An Android implementation of object detection using Yolov7 and the ncnn neural network library | 133 |
matlab-deep-learning/pretrained-yolov9-network-for-object-detection | Provides pre-trained YOLO object detection networks in MATLAB for real-time performance with good detection quality. | 4 |
frankzhangrui/darknet-yolo | An end-to-end object detection framework with a custom YOLO implementation for training on user-provided data. | 49 |
alexeyab/yolo_mark | A GUI tool for labeling images to train neural network object detection models like YOLO v2 and v3. | 1,809 |
longcw/yolo2-pytorch | An implementation of YOLOv2 in PyTorch for object detection using a darknet-based approach. | 1,552 |
matlab-deep-learning/pretrained-yolov8-network-for-object-detection | Pretrained YOLO object detection networks for real-time performance with good detection quality in MATLAB | 29 |
natanielruiz/android-yolo | Real-time object detection on Android using the YOLO network with TensorFlow | 667 |
nihui/ncnn-android-yolov5 | An Android project demonstrating object detection using YOLOv5 and ncnn libraries. | 648 |
feigechuanshu/ncnn-android-yolov6 | An Android implementation of YOLOv6 object detection using the ncnn library and OpenCV for efficient mobile deployment | 62 |
cuixing158/yolov3-yolov4-matlab | A MATLAB implementation of YOLOv3/V4 and Darknet models for object detection and classification. | 94 |