broadinstitute/keras-rcnn
Keras package for region-based convolutional neural networks (RCNNs)
This package helps machine learning engineers and researchers build and train models that can identify and locate multiple objects within images. You input labeled image datasets, where objects are marked with bounding boxes and categories. The output is a trained deep learning model capable of detecting specific objects in new, unseen images.
556 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a machine learning engineer or researcher working with Keras and need to develop object detection capabilities for images, such as finding all cars in a traffic photo or all cells in a microscope slide.
Not ideal if you are not familiar with Keras or deep learning concepts, as this is a specialized library for building neural networks.
Stars
556
Forks
220
Language
Python
License
—
Category
Last pushed
May 20, 2020
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/broadinstitute/keras-rcnn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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
Tony607/object_detection_demo
How to train an object detection model easy for free