mystic123/tensorflow-yolo-v3
Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
This project helps computer vision engineers and researchers quickly integrate and test the YOLO v3 object detection model. You provide an image, and it outputs the same image with detected objects outlined by bounding boxes and labeled. It's ideal for those developing or evaluating object detection capabilities for various applications.
879 stars. No commits in the last 6 months.
Use this if you need to perform object detection on images using the YOLO v3 model and require a straightforward implementation in TensorFlow for evaluation or integration.
Not ideal if you need a complete training pipeline for custom datasets or require advanced features beyond basic object detection inference.
Stars
879
Forks
347
Language
Python
License
Apache-2.0
Category
Last pushed
May 15, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mystic123/tensorflow-yolo-v3"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
mindspore-lab/mindyolo
A toolbox of yolo models and algorithms based on MindSpore
ultralytics/assets
Ultralytics assets
stephanecharette/DarkHelp
C++ wrapper library for Darknet