Changes

Jump to: navigation, search
Running TensorFlow and TensorFlow Lite examples
The other one is based on TensorFlow Lite:
<pre class="board-terminal">
root@imx8qmmek:~/devel/tensorflowlite# ls -la
total 77744
drwxr-xr-t 2 200714 89939 4096 Aug 3 2018 .
drwxr-xr-x 4 root root 4096 Jan 28 16:23 ..
-rw-r--r-- 1 200714 89939 17020468 Aug 3 2018 mobilenet_v1_1.0_224_quant.ckpt.data-00000-of-00001
-rw-r--r-- 1 200714 89939 14644 Aug 3 2018 mobilenet_v1_1.0_224_quant.ckpt.index
-rw-r--r-- 1 200714 89939 5143394 Aug 3 2018 mobilenet_v1_1.0_224_quant.ckpt.meta
-rw-r--r-- 1 200714 89939 4276352 Aug 3 2018 mobilenet_v1_1.0_224_quant.tflite
-rw-r--r-- 1 root root 35069912 Aug 3 2018 mobilenet_v1_1.0_224_quant.tgz
-rw-r--r-- 1 200714 89939 885850 Aug 3 2018 mobilenet_v1_1.0_224_quant_eval.pbtxt
-rw-r--r-- 1 200714 89939 17173742 Aug 3 2018 mobilenet_v1_1.0_224_quant_frozen.pb
-rw-r--r-- 1 200714 89939 89 Aug 3 2018 mobilenet_v1_1.0_224_quant_info.txt
root@imx8qmmek:~/devel/tensorflowlite# /usr/bin/tensorflow-lite-1.12.0/examples/label_image -m mobilenet_v1_1.0_224_quant.tflite -t 1 -i /usr/bin/tensorflow-lite-1.12.0/examples/grace_hopper.bmp -l /usr/bin/tensorflow-lite-1.12.0/examples/labels.txt
Loaded model mobilenet_v1_1.0_224_quant.tflite
resolved reporter
invoked
average time: 308.553 ms
0.780392: 653 military uniform
0.105882: 907 Windsor tie
0.0156863: 458 bow tie
0.0117647: 466 bulletproof vest
0.00784314: 835 suit
</pre>
4,650
edits

Navigation menu