But I am having problems loading the model, I am not quite sure how to change the image classifier to be able to detect objects. I am using the pertained models from https://github.com/GoogleCloudPlatform/tensorflow-object-detection-example and modifying the code from the ImageClasigierr example.
I am trying to use the image classifier class for object detection (https://github.com/tensorflow/models/tree/master/research/object_detection)
But I am having problems loading the model, I am not quite sure how to change the image classifier to be able to detect objects. I am using the pertained models from https://github.com/GoogleCloudPlatform/tensorflow-object-detection-example and modifying the code from the ImageClasigierr example.
I am trying to follow this code which computes a tensorflow object detection model. https://github.com/tensorflow/models/issues/1741
but I am getting an error when loading the model and this part of the code https://github.com/memo/ofxMSATensorFlow/blob/512a6e9a929e397c0bddf8bf86ea7521a22dd593/src/ofxMSATFImageClassifier.cpp#L168
any suggestions?
I very much appreciate your time for this great addon.