trzy/FasterRCNN
Clean and readable implementations of Faster R-CNN in PyTorch and TensorFlow 2 with Keras.
This project offers robust implementations of the Faster R-CNN model, a foundational technique for finding and classifying objects within images. You input images, and the system outputs bounding boxes around detected objects along with their labels (e.g., 'cat', 'car'). This is for machine learning practitioners, researchers, and students who need to perform accurate object detection or understand its underlying mechanisms.
171 stars. No commits in the last 6 months.
Use this if you need a reliable and well-documented implementation of the Faster R-CNN model for object detection in computer vision tasks.
Not ideal if you need an out-of-the-box, plug-and-play solution without any coding or deep understanding of machine learning models.
Stars
171
Forks
40
Language
Python
License
—
Category
Last pushed
May 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/trzy/FasterRCNN"
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