satojkovic/DeepLogo

Issue with test_deep_logo_cnn

Opened this issue · 0 comments

First of all, great work, easy to run and understand! Thanks a bunch!

I having few problems with testing process.

  1. First, the code is written so that it chooses a random image from random test folder, so whenever i change it to select i) select only one test folder and then i give it a image file, it gives wrong answer. for example, i made it choose apple test folder, then i gave it an image of Ford, the answer still says APPLE. (pics attached)
    input

  2. Why did u choose to set probability to max? I mean i want to understand your logic.

  3. Can i give it images outside of test folders to test it out?
    I mean if i give it a random image from internet, will it recognize it?

  4. Output has a lot of weird 'Output", i mean it shows alot of weird info. if u can help me clear it up?
    output

It would greatly help me if you can remove my confusions.

P.S: I am working on Windows 10 64 bit with Anaconda to run the test_deep_logo_cnn, as I cant seem to find a way to run scipy (on 64 bit python and pyhton 3.5 ) and tensorflow together.