R2Inference/Examples/TensorFlow-Lite: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 3: Line 3:
</noinclude>
</noinclude>
{{DISPLAYTITLE:R2Inference - TensorFlow-Lite Examples|noerror}}
{{DISPLAYTITLE:R2Inference - TensorFlow-Lite Examples|noerror}}
__TOC__


R2Inference provide several examples to highlight its usage with different architectures and frameworks. The models used for this examples can be downloaded from our [[R2Inference/Model Zoo|Model Zoo]].
R2Inference provide several examples to highlight its usage with different architectures and frameworks. The models used for this examples can be downloaded from our [[R2Inference/Model Zoo|Model Zoo]].


= Preparation =
== Preparation ==


To test the Tensorflow-Lite example you will need a Tensorflow-Lite C++ API compatible graph file. You can obtain the model from the [[R2Inference/Model Zoo|Model Zoo]].
To test the Tensorflow-Lite example you will need a Tensorflow-Lite C++ API compatible graph file. You can obtain the model from the [[R2Inference/Model Zoo|Model Zoo]].


= Inception v2 =
== Inception v2 ==


This example is located in <code> r2inference/examples/r2i/tflite </code>.
This example is located in <code> r2inference/examples/r2i/tflite </code>.