satojkovic / DeepLogo

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

Class Label missing #21

Open dhananjaykumardubey opened 6 years ago

dhananjaykumardubey commented 6 years ago

Hi SatojKovic, I followed your steps and was able to generate model successfully, but I wanted to use this model in my iOS application for learning purpose. So, I converted the model into .pb and then that into coreml. But while doing that, I can't find the classLabel file. Though class names are present in common.py. So, am I missing some thing? Can you please help me out here. Thanks