alankbi/detecto
Build fully-functioning computer vision models with PyTorch
This tool helps developers quickly build computer vision models to identify custom objects in images and videos. You provide your images and their corresponding labels, and it outputs a trained model capable of detecting those objects. It's ideal for developers who need to integrate object detection into their applications with minimal coding.
625 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer needing to quickly train and deploy custom object detection models for still images, video files, or live camera feeds.
Not ideal if you need a no-code solution or are looking for a tool to perform image classification rather than object detection.
Stars
625
Forks
103
Language
Python
License
MIT
Category
Last pushed
Jul 25, 2024
Commits (30d)
0
Dependencies
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/alankbi/detecto"
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)
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
satojkovic/DeepLogo
A brand logo detection system using tensorflow object detection API.