satojkovic / DeepLogo

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

DeepLogo's training/testing performance on the given database? #5

Open tianqig opened 7 years ago

tianqig commented 7 years ago

This is a very interesting project on logo recognition based deep learning. It would be great if author can include the classification results on the given logo image datasets.

Thanks

satojkovic commented 7 years ago

@tianqig

Thank you for the comment. Here is the train and test results of flickr logo dataset.

Minibatch loss at step 10000: 25.272474
Minibatch accuracy: 98.4%                               
Validation accuracy: 94.7%                              
Test accuracy: 94.9%                                    
Model saved in file: models/deep_logo_model 
tianqig commented 7 years ago

@satojkovic

Great to know the good performance. Congratulations to you! I will take a close look.

satojkovic commented 7 years ago

@tianqig

Thank you so much!!