From f201c4fe0c196e7ad362276354f50fe3ed116af9 Mon Sep 17 00:00:00 2001 From: Junjun2016 Date: Fri, 2 Jul 2021 21:34:08 +0800 Subject: [PATCH] Update useful_tools.md --- docs/useful_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/useful_tools.md b/docs/useful_tools.md index de5e127b1..b39bf5dc5 100644 --- a/docs/useful_tools.md +++ b/docs/useful_tools.md @@ -67,7 +67,7 @@ Description of arguments: - `--checkpoint` : The path of a model checkpoint file. - `--output-file`: The path of output ONNX model. If not specified, it will be set to `tmp.onnx`. - `--input-img` : The path of an input image for conversion and visualize. -- `--shape`: The height and width of input tensor to the model. If not specified, it will be set to img_scale of testpipeline. +- `--shape`: The height and width of input tensor to the model. If not specified, it will be set to img_scale of test_pipeline. - `--rescale-shape`: rescale shape of output, set this value to avoid OOM, only work on `slide` mode. - `--show`: Determines whether to print the architecture of the exported model. If not specified, it will be set to `False`. - `--verify`: Determines whether to verify the correctness of an exported model. If not specified, it will be set to `False`.