GirinChutia/FasterRCNN-Torchvision-FineTuning
Train Torchvision FasterRCNN model with custom COCO dataset
This tool helps developers customize and train an object detection model to identify specific items in images. You provide a collection of images along with their corresponding annotations (telling the model what to look for and where), and it outputs a trained model capable of recognizing those objects in new images. This is for machine learning engineers and data scientists who need to build custom object recognition solutions.
No commits in the last 6 months.
Use this if you are a machine learning engineer and need to train a Faster R-CNN model on your own specific dataset, prepared in COCO format, to perform custom object detection.
Not ideal if you are looking for a pre-trained, ready-to-use object detection model or if your dataset is not in COCO annotation format.
Stars
20
Forks
4
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/GirinChutia/FasterRCNN-Torchvision-FineTuning"
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