yolo_tensorflow
Object detector
A TensorFlow-based implementation of the YOLO object detection algorithm for image classification and tracking.
Tensorflow implementation of YOLO, including training and test phase.
800 stars
32 watching
441 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
detectiontensorflowyolo
Related projects:
Repository | Description | Stars |
---|---|---|
nilboy/tensorflow-yolo | An implementation of the YOLO object detection algorithm using TensorFlow and pre-trained models. | 774 |
gliese581gg/yolo_tensorflow | Real-time object detection using YOLO (You Only Look Once) algorithm implemented in TensorFlow. | 1,722 |
yhcc/yolo2 | An implementation of the YOLO object detection algorithm using TensorFlow and Keras | 161 |
kod-chen/yolov2-tensorflow | A TensorFlow implementation of the YOLOv2 object detection algorithm | 97 |
natanielruiz/android-yolo | Real-time object detection on Android using the YOLO network with TensorFlow | 669 |
mystic123/tensorflow-yolo-v3 | An implementation of YOLO v3 object detection in Tensorflow using TF-Slim. | 890 |
frankzhangrui/darknet-yolo | An end-to-end object detection framework with a custom YOLO implementation for training on user-provided data. | 49 |
wojciechmo/yolo2 | Trains a YOLOv2 object detector from scratch using Tensorflow | 138 |
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 | 519 |
neso613/yolo-v5-tflite-model | An implementation of YOLOv5 object detection model in TensorFlow Lite format | 17 |
danielhfnr/tensorflow-carla-object-detection | A tool for training object detection classifiers using TensorFlow and Carla simulator data | 8 |
wongkinyiu/yolor | An implementation of a unified network architecture for multiple object detection tasks using PyTorch | 1,992 |
r4ghu/ios-coreml-yolo | An implementation of object detection using the YOLO v1 model on iOS with CoreML | 163 |
experiencor/keras-yolo3 | A deep learning framework for object detection using YOLO3 and training datasets from various sources. | 1,605 |