iOS_Tensorflow_ObjectDetection_Example
iOS_Tensorflow_ObjectDetection_Example copied to clipboard
An iOS application of Tensorflow Object Detection with different models: SSD with Mobilenet, SSD with InceptionV2, Faster-RCNN-resnet101
hello, I like your this repo, but can you provide a ios_camera_object_detection about tensorflow? Looking forward your reply.
I followed the exact guide but I am getting this error No member named 'Shutdown' in 'object_detection::protos::StringIntLabelMapItemDefaultTypeInternal'
I am trying to use the instruction in the README file to compile a Tensorflow static library that is compatible with my Mobilenet model file that is produced from tensorflow/examples/image_retraining/retrain.py....
Hi according to tensorflow models zoo page, they update all their model to be on tf.1.5.0 so they might not work with tf.1.4.0 I'll remade to add the *.pb file...
While running the config.sh with bash I get the following output. ok=> current version: # Release 1.4.0 cp: makefile/*: No such file or directory
This is an error found in the file: string_int_label_map.pb.h
when I run the py: bazel-bin/tensorflow/python/tools/print_selective_registration_header \ --graphs=path/xx.pb > ops_to_register.h there's the problem below: ImportError: No module named enum How to fix this problem, help!
First, awesome project! 😁 Getting a couple errors with the `string_int_label_map.pb` files included in your project. First is: ```swift #if 3003002 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an...
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...
Hi, Is there a reason there is no camera demo? Just due to complexity or because of some kind of limitation? I am also wondering why this works, when I...