taylanates24/object-detection
This is an ongoing project of designing a custom object detector from scratch. You can also use the pytorch-lightning training pipeline to train your own model.
This project helps machine learning engineers and researchers train custom object detection models. It takes a dataset of images with bounding box annotations (in COCO format) and outputs a trained model capable of identifying and locating specific objects within new images. Users can experiment with different model architectures and training configurations.
No commits in the last 6 months.
Use this if you need to develop and train a specialized object detection model for a unique set of objects or a specific application, and want control over the model's architecture and training process.
Not ideal if you're a non-technical user looking for a ready-to-use application or a pre-trained model for common object detection tasks without deep customization.
Stars
9
Forks
2
Language
Python
License
MIT
Category
Last pushed
Mar 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/taylanates24/object-detection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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