YOLO_tensorflow
Object detector
Real-time object detection using YOLO (You Only Look Once) algorithm implemented in TensorFlow.
tensorflow implementation of 'YOLO : Real-Time Object Detection'
2k stars
94 watching
655 forks
Language: Python
last commit: almost 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nilboy/tensorflow-yolo | An implementation of the YOLO object detection algorithm using TensorFlow and pre-trained models. | 774 |
hizhangp/yolo_tensorflow | A TensorFlow-based implementation of the YOLO object detection algorithm for image classification and tracking. | 799 |
natanielruiz/android-yolo | Real-time object detection on Android using the YOLO network with TensorFlow | 667 |
mystic123/tensorflow-yolo-v3 | An implementation of YOLO v3 object detection in Tensorflow using TF-Slim. | 890 |
yhcc/yolo2 | An implementation of the YOLO object detection algorithm using TensorFlow and Keras | 161 |
wojciechmo/yolo2 | Trains a YOLOv2 object detector from scratch using Tensorflow | 138 |
kod-chen/yolov2-tensorflow | A TensorFlow implementation of the YOLOv2 object detection algorithm | 97 |
philipperemy/yolo-9000 | Real-time object detection using deep learning and a large dataset of classes | 1,183 |
neso613/yolo-v5-tflite-model | An implementation of YOLOv5 object detection model in TensorFlow Lite format | 17 |
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 |
r4ghu/ios-coreml-yolo | An implementation of object detection using the YOLO v1 model on iOS with CoreML | 163 |
alexeyab/yolo-windows | A YOLO object detection framework for Windows | 71 |
hekun-nvidia/py-darknet-yolo | A Python interface to YOLO object detection software using Darknet | 27 |
xingwangsfu/caffe-yolo | An implementation of YOLO object detection in Caffe using pre-trained darknet weights | 520 |
leggedrobotics/darknet_ros | This ROS package integrates YOLO object detection into a ROS environment for real-time image processing and object classification. | 2,217 |