Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 314 Bytes

LogoReader

A Tensorflow project aiming to recognize logos.

In the beginning, remember to download the Inception-v3 model and unzip it:

mkdir data && cd data
wget https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015.zip
unzip inception_dec_2015.zip -d inception_dec_2015/