Tony607/object_detection_demo
How to train an object detection model easy for free
This project helps you create a custom object detection model to find specific items in your own images. You provide a set of photos with your custom objects labeled, and it produces a trained model that can identify those objects in new images. This is ideal for researchers, quality control specialists, or anyone needing to automate the identification of unique items.
183 stars. No commits in the last 6 months.
Use this if you need to build a simple, customized system to automatically find and identify particular objects in your own collection of images, and you prefer a free, easy-to-use online platform.
Not ideal if you need to detect objects from a predefined, well-known category (like cars or people) for which many pre-trained models already exist, or if you require extremely high precision with minimal effort.
Stars
183
Forks
935
Language
Jupyter Notebook
License
—
Category
Last pushed
Jun 05, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Tony607/object_detection_demo"
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