Skip to content

Commit

Permalink
Update inference_en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MissPenguin committed Feb 18, 2021
1 parent 5fe690a commit ddf548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doc_en/inference_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The visual text detection results are saved to the ./inference_results folder by
![](../imgs_results/det_res_00018069.jpg)

You can use the parameters `limit_type` and `det_limit_side_len` to limit the size of the input image,
The optional parameters of `litmit_type` are [`max`, `min`], and
The optional parameters of `limit_type` are [`max`, `min`], and
`det_limit_size_len` is a positive integer, generally set to a multiple of 32, such as 960.

The default setting of the parameters is `limit_type='max', det_limit_side_len=960`. Indicates that the longest side of the network input image cannot exceed 960,
Expand Down

0 comments on commit ddf548a

Please sign in to comment.