Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omerferhatt authored Nov 8, 2020
1 parent 203f3b3 commit 35f47c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35f47c3

Please sign in to comment.