Skip to content

Commit 3f79405

Browse files
authored
Update useful_tools.md
1 parent f4c6166 commit 3f79405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/useful_tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Description of arguments:
6767
- `--checkpoint` : The path of a model checkpoint file.
6868
- `--output-file`: The path of output ONNX model. If not specified, it will be set to `tmp.onnx`.
6969
- `--input-img` : The path of an input image for conversion and visualize.
70-
- `--shape`: The height and width of input tensor to the model. If not specified, it will be set to img_scale of testpipeline.
70+
- `--shape`: The height and width of input tensor to the model. If not specified, it will be set to img_scale of test_pipeline.
7171
- `--rescale-shape`: rescale shape of output, set this value to avoid OOM, only work on `slide` mode.
7272
- `--show`: Determines whether to print the architecture of the exported model. If not specified, it will be set to `False`.
7373
- `--verify`: Determines whether to verify the correctness of an exported model. If not specified, it will be set to `False`.

0 commit comments

Comments
 (0)