tensorflowiOS
tensorflowiOS copied to clipboard
A Real Time Object Detection application on iOS using Tensorflow and pre-trained COCO dataset models. Video frames are captured and inference is done locally using the provided mobilenet models. Both...
can you incorporate a function to count the number of objects? maybe using the tensorflow object counting api
Can you please share how step by step you train your custom tensorflow object detection model until tflite/quantized (or not quantized / FLOAT) to use in your apps ? Thanks...
Hi, I am not able to compile the code it shows up 2 errors. /tensorflow/tensorflow/examples/ios/camera/data/tensorflow_inception_graph.pb: No such file or directory /tensorflow/tensorflow/examples/ios/camera/data/imagenet_comp_graph_label_strings.txt: No such file or directory Could some please help...
Hi, Nice work ! the code works fairly well on my device with my own graph. Just one question, I do not know if it is really an issue or...
 how to fix this ?
Hi. Thanks for sharing your repo. I try to use the faster rcnn model I use ``` NSString *model = @"op_inference_graph_rcnn"; ``` in the `TensorflowGraph.mm` file but when u load...
I am using frozen_inference_graph generated after training with my dataset. The same frozen_inference_graph.pb works fine with my Android Device. But in iOS I do not see any boxes around my...
Hi, I had success run the swift project on my device, but there is no any detection box even I move my 6s around, can you help me fix it?