signatrix/efficientdet
(Pretrained weights provided) EfficientDet: Scalable and Efficient Object Detection implementation by Signatrix GmbH
This tool helps developers implement and test object detection models. It takes in image datasets (like COCO) or video files and outputs images or videos with identified objects and their bounding boxes. This is designed for machine learning engineers, computer vision researchers, or software developers building AI applications that require automated object recognition.
617 stars. No commits in the last 6 months.
Use this if you are a developer or researcher looking to train, evaluate, or deploy an EfficientDet model for object detection tasks.
Not ideal if you are a business user looking for a no-code solution for object detection or if you lack programming experience.
Stars
617
Forks
152
Language
Python
License
MIT
Category
Last pushed
Oct 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/signatrix/efficientdet"
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