Tony607/mmdetection_object_detection_demo
How to train an object detection model with mmdetection
This project helps machine learning practitioners or researchers quickly train custom object detection models. You provide your own collection of images with objects labeled (like a Pascal VOC or COCO dataset), and it outputs a trained model capable of identifying those specific objects in new images. It's designed for anyone looking to deploy custom object recognition capabilities.
No commits in the last 6 months.
Use this if you need to train an AI model to detect specific objects in images using your own custom datasets, without needing to manage complex GPU infrastructure.
Not ideal if you're not comfortable with machine learning concepts or preparing structured image datasets for AI training.
Stars
73
Forks
192
Language
Jupyter Notebook
License
—
Category
Last pushed
May 24, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Tony607/mmdetection_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