Commit f70b5bd7 authored by MyungsungKwak's avatar MyungsungKwak Committed by derekjchow
Browse files

Update link for cmdline_reference.md path. (#6063)



This file was re-located below the tensorflow/lite/g3doc/convert
Signed-off-by: default avatarMyungSung Kwak <yesmung@gmail.com>
parent 35495758
...@@ -75,7 +75,7 @@ are named 'TFLite_Detection_PostProcess', 'TFLite_Detection_PostProcess:1', ...@@ -75,7 +75,7 @@ are named 'TFLite_Detection_PostProcess', 'TFLite_Detection_PostProcess:1',
'TFLite_Detection_PostProcess:2', and 'TFLite_Detection_PostProcess:3' and 'TFLite_Detection_PostProcess:2', and 'TFLite_Detection_PostProcess:3' and
represent four arrays: detection_boxes, detection_classes, detection_scores, and represent four arrays: detection_boxes, detection_classes, detection_scores, and
num_detections. The documentation for other flags used in this command is num_detections. The documentation for other flags used in this command is
[here](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/toco/g3doc/cmdline_reference.md). [here](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/convert/cmdline_reference.md).
If things ran successfully, you should now see a third file in the /tmp/tflite If things ran successfully, you should now see a third file in the /tmp/tflite
directory called detect.tflite. This file contains the graph and all model directory called detect.tflite. This file contains the graph and all model
parameters and can be run via the TensorFlow Lite interpreter on the Android parameters and can be run via the TensorFlow Lite interpreter on the Android
......
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