thtrieu/darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
Supports real-time YOLO object detection through bidirectional weight conversionāimporting darknet `.weights` files and exporting TensorFlow frozen graphs for mobile inference. Provides a unified command-line interface (`flow`) for inference, fine-tuning on custom datasets (VOC, COCO, or custom annotations), and checkpoint-based training resumption with configurable optimizers. Outputs predictions as JSON with bounding box coordinates and confidence scores, enabling integration with downstream computer vision pipelines.
6,154 stars. No commits in the last 6 months.
Stars
6,154
Forks
2,044
Language
Python
License
GPL-3.0
Category
Last pushed
Oct 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/thtrieu/darkflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
alankbi/detecto
Build fully-functioning computer vision models with PyTorch
broadinstitute/keras-rcnn
Keras package for region-based convolutional neural networks (RCNNs)
sovit-123/fasterrcnn-pytorch-training-pipeline
PyTorch Faster R-CNN Object Detection on Custom Dataset
jrieke/shape-detection
š£ Object detection of abstract shapes with neural networks
Tony607/object_detection_demo
How to train an object detection model easy for free