satojkovic/DeepLogo
A brand logo detection system using tensorflow object detection API.
This project helps businesses and marketers automatically identify specific brand logos within images. You input a collection of images that contain various brand logos, and it outputs those same images with the detected logos highlighted. It's designed for data scientists or machine learning engineers who need to build a custom logo detection system.
526 stars. No commits in the last 6 months.
Use this if you have a dataset of images containing brand logos and want to train a custom model to automatically detect those logos for tasks like brand monitoring or visual search.
Not ideal if you need an out-of-the-box solution for general object detection or if you prefer a system that doesn't require setting up a deep learning development environment.
Stars
526
Forks
156
Language
Python
License
MIT
Category
Last pushed
Aug 28, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/satojkovic/DeepLogo"
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