In documentation file https://github.com/google/ftc-object-detection/tree/master/training/README.md, toward the bottom of "Checkpoint Conversion" the bazel run path is given as tensorflow/contrib/lite/toco:toco But in https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib there is no lite directory. I think the bazel run path should omit the "contrib", and be tensorflow/lite/toco:toco
In documentation file https://github.com/google/ftc-object-detection/tree/master/training/README.md, toward the bottom of "Checkpoint Conversion" the bazel run path is given as
tensorflow/contrib/lite/toco:toco
But in https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib there is no lite directory. I think the bazel run path should omit the "contrib", and be
tensorflow/lite/toco:toco