bourdakos1/Custom-Object-Detection
Custom Object Detection with TensorFlow
This tool helps you train a computer to recognize specific items in images or videos, such as identifying different characters in a movie or types of products on a shelf. You provide images with your custom objects labeled, and it produces a model that can automatically detect those objects in new visuals. It's designed for anyone who needs to automate the identification of unique objects in visual data without extensive coding.
350 stars. No commits in the last 6 months.
Use this if you need to teach a computer to find and identify particular objects in photos or video footage, beyond what general object recognition tools can do.
Not ideal if you're looking for a pre-trained model for common objects, or if you don't have labeled examples of the specific objects you want to detect.
Stars
350
Forks
178
Language
—
License
MIT
Category
Last pushed
Mar 29, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/bourdakos1/Custom-Object-Detection"
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