File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ` .
You can’t perform that action at this time.
0 commit comments