From 35f47c33edc7a932e84e5f11cf826d69a36ffae8 Mon Sep 17 00:00:00 2001 From: Omer Ferhat Sarioglu Date: Sun, 8 Nov 2020 05:04:47 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1224d..a5edddc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Torch->ONNX->TF2->TFLite - `--torch-model-path`: Path to local PyTorch model, e.g. `.checkpoints/best_total_100.pt` (default) - `--tf-lite-model-path`: Path to TFLite model, it can be usable as a save path and load path same time, e.g. `./converter/tf_lite_model.tflite` (default) - `--test-im-path`: Single image path to test converted model on it, e.g. `./converter/test_images/test.png` (default) -- `--show-results`: Shows bounding box comparison between models, e.g. `False` (default) +- `--show-results`: Shows error between models, e.g. `False` (default) - `--convert`: Converts model, if this argument is false. It's only shows comparison between old converted models. e.g. `True` #### Basic usage of the script