satojkovic / DeepLogo

A brand logo detection system using tensorflow object detection API.
MIT License
509 stars 156 forks source link

Given an input image, output if logo exists #18

Open arianaa30 opened 6 years ago

arianaa30 commented 6 years ago

Hi, I was trying to run the code step by step. The third step "python train_deep_logo_cnn.py" gives me a code dump. But anyways, what I need is given my set of logos for a special brand, I train the model and when I run, it specifies if that logo exists in a given image. Is it possible to do that?

satojkovic commented 6 years ago

Of course you can. Because DeepLogo is equivalent to a region-based cnn, you can detect your set of logos. Could you try new master? (see also README)