thtrieu/darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
This project helps you perform real-time object detection and classification. You provide images, and it outputs labels and bounding box coordinates for objects detected within those images. This tool is for engineers, researchers, or product developers who need to integrate custom object recognition capabilities into their applications, potentially for mobile devices.
6,154 stars. No commits in the last 6 months.
Use this if you need to quickly deploy or fine-tune existing object detection models (like YOLO) or train your own custom models for specific objects.
Not ideal if you're looking for a simple drag-and-drop solution for basic image classification without needing to customize or train models.
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
broadinstitute/keras-rcnn
Keras package for region-based convolutional neural networks (RCNNs)
alankbi/detecto
Build fully-functioning computer vision models with PyTorch
sovit-123/fasterrcnn-pytorch-training-pipeline
PyTorch Faster R-CNN Object Detection on Custom Dataset
kenshohara/video-classification-3d-cnn-pytorch
Video classification tools using 3D ResNet
lufficc/SSD
High quality, fast, modular reference implementation of SSD in PyTorch