JieHe96 / iOS_Tensorflow_ObjectDetection_Example

An iOS application of Tensorflow Object Detection with different models: SSD with Mobilenet, SSD with InceptionV2, Faster-RCNN-resnet101
128 stars 28 forks source link

Ran into an issue with protobuf #26

Open tgwagner opened 6 years ago

tgwagner commented 6 years ago

I receive the following error in "within string_int_label_map.pb.h" when I run the project in xcode on my macOS.

"This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer headers. Please update your headers."

How can I regenerate this file or point to a different location in xcode?

Thanks, Todd

madhavajay commented 6 years ago

This is a duplicate to this ticket: https://github.com/JieHe96/iOS_Tensorflow_ObjectDetection_Example/issues/11

I explain my solution there which is available in a PR. You can just grab my branch if you want a working version right now! 👍 Hope that helps! :)