jrieke/shape-detection
🟣 Object detection of abstract shapes with neural networks
This project helps developers explore object detection using neural networks. It takes simple images of geometric shapes as input and outputs the identified shapes, such as rectangles and triangles. It's designed for machine learning engineers or data scientists who want to understand the basics of object detection.
223 stars. No commits in the last 6 months.
Use this if you are a developer learning the fundamentals of neural network-based object detection with Keras.
Not ideal if you need a robust, production-ready solution for detecting real-world objects or require support for more recent software versions.
Stars
223
Forks
126
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Oct 22, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jrieke/shape-detection"
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
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