satojkovic/DeepLogo

Given an input image, output if logo exists

arianaa30 opened this issue · 1 comments

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?

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)