#242 · Primary category: Computer Vision
tensorflow-yolov3
🔥 TensorFlow Code for technical report: "YOLOv3: An Incremental Improvement"
Project last updated:07/04/24
GitHub Stars
3.6K
Forks
1.3K
Contributors
9
License
MIT
Why we included this project
This codebase is a readable, script-by-script walk through training YOLOv3 rather than just running it. The README covers the whole flow in plain Python: converting the released COCO weights to a checkpoint, freezing a graph for inference, running the image and video demos, then fine-tuning on your own data using a text file of bounding boxes and a class names list. The VOC training path is documented end to end, including how to lay out the dataset directory and which config fields to edit, so you rarely have to guess between steps. Teams comfortable with TensorFlow 1.x who want a reference implementation they can actually read rather than a heavyweight framework will get a working companion to the YOLOv3 paper out of it. One caveat: the project stays on the older TF stack, and the author points to a separate TF2.0 implementation in the repo docs.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)