sovit-123/fasterrcnn-pytorch-training-pipeline
PyTorch Faster R-CNN Object Detection on Custom Dataset
This project helps anyone who needs to automatically identify and locate specific objects within images or video footage. You provide a collection of images with examples of the objects you want to detect, and it produces a model that can pinpoint those objects in new, unseen visual data. This is ideal for scientists, security analysts, or quality control professionals who need to automate visual inspection tasks.
270 stars.
Use this if you need to train a robust object detection model on your own specific image dataset using PyTorch, without having to build the entire training pipeline from scratch.
Not ideal if you are looking for a pre-trained, ready-to-use application and do not have any coding or machine learning experience.
Stars
270
Forks
95
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Oct 29, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sovit-123/fasterrcnn-pytorch-training-pipeline"
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
kenshohara/video-classification-3d-cnn-pytorch
Video classification tools using 3D ResNet
lufficc/SSD
High quality, fast, modular reference implementation of SSD in PyTorch
Tony607/object_detection_demo
How to train an object detection model easy for free