Unverified Commit 6592f72a authored by Peter Lin's avatar Peter Lin Committed by GitHub
Browse files

adding note only SSD models are supported

save people the trouble of training a model and trying to convert only to realize they should have used SSD model
parent 1f484095
...@@ -10,7 +10,8 @@ quantized kernels that allow smaller and faster (fixed-point math) models. ...@@ -10,7 +10,8 @@ quantized kernels that allow smaller and faster (fixed-point math) models.
For this section, you will need to build [TensorFlow from For this section, you will need to build [TensorFlow from
source](https://www.tensorflow.org/install/install_sources) to get the source](https://www.tensorflow.org/install/install_sources) to get the
TensorFlow Lite support for the SSD model. You will also need to install the TensorFlow Lite support for the SSD model. At this time only SSD models are supported.
Models like faster_rcnn are not supported at this time. You will also need to install the
[bazel build [bazel build
tool](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android#bazel). tool](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android#bazel).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment