keras-yolo2

Object Detector

An implementation of YOLOv2 in Keras for object detection and regression tasks

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).

GitHub

2k stars
67 watching
784 forks
Language: Jupyter Notebook
last commit: over 1 year ago
Linked from 1 awesome list

convolutional-networksdeep-learningrealtimeregressionyolo2

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
experiencor/keras-yolo3 A deep learning framework for object detection using YOLO3 and training datasets from various sources. 1,604
yhcc/yolo2 An implementation of the YOLO object detection algorithm using TensorFlow and Keras 161
ruiminshen/yolo2-pytorch A PyTorch implementation of the YOLO (You Only Look Once) v2 object detection algorithm with flexible configuration and parallel training capabilities. 440
philipperemy/yolo-9000 Real-time object detection using deep learning and a large dataset of classes 1,184
leetenki/yolov2 Represents an implementation of the YOLOv2 object detection algorithm in Chainer for real-time object detection and tracking. 338
longcw/yolo2-pytorch An implementation of YOLOv2 in PyTorch for object detection using a darknet-based approach. 1,552
hekun-nvidia/py-darknet-yolo A Python interface to YOLO object detection software using Darknet 27
wojciechmo/yolo2 Trains a YOLOv2 object detector from scratch using Tensorflow 138
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
nilboy/tensorflow-yolo An implementation of the YOLO object detection algorithm using TensorFlow and pre-trained models. 774
wongkinyiu/yolor An implementation of a unified network architecture for multiple object detection tasks using PyTorch 1,989
frischzenger/yolo-windows An object detection implementation based on the YOLO algorithm tailored for Windows development using Visual Studio. 51
natanielruiz/android-yolo Real-time object detection on Android using the YOLO network with TensorFlow 667
leggedrobotics/darknet_ros This ROS package integrates YOLO object detection into a ROS environment for real-time image processing and object classification. 2,217
r4ghu/ios-coreml-yolo An implementation of object detection using the YOLO v1 model on iOS with CoreML 163