yolov2_tf_ios
yolov2_tf_ios copied to clipboard
Object Detection with YOLOv2 and TensorFlow on iOS
Is it possible for you to share speed and accuracy measurements of the yolo on ios? I am trying to find a optimal solution for tracking, detecting on mobile phone....
Do you know the output of your .pb file from quantization is quantized or float?
You are using quantize_graph tool to quantize the model. https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/lite On this website, they are suggesting freeze the graph using .pb and .ckpt, then convert it to .tflite. I think...
I have no quantization folder inside bazel-bin/tensorflow/tools. However, I have it inside tensorflow-master/tensorflow/tools/quantization. I just removed the bazel-bin and simply put tensorflow/tools/quantization/quantize_graph and it tells me can not find the...
I followed your instructions to compile TensorFlow for iOS and then put your project into the example folder. When I compile your project now, I get this error: > This...
The xcodeproject references a file that does not exist and is not used within the project. But this fie is missing which causes a compile error. The reference should probably...