From 824563c63c02fe158e4285f795d372c31fc68739 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Wed, 24 Jun 2020 18:28:41 +0800 Subject: [PATCH] Update FAQ_en.md --- doc/doc_en/FAQ_en.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/doc_en/FAQ_en.md b/doc/doc_en/FAQ_en.md index cdbc6bf7..f4a4499e 100644 --- a/doc/doc_en/FAQ_en.md +++ b/doc/doc_en/FAQ_en.md @@ -44,8 +44,6 @@ At present, the open source model, dataset and magnitude are as follows: Among them, the public datasets are opensourced, users can search and download by themselves, or refer to [Chinese data set](./datasets_en.md), synthetic data is not opensourced, users can use open-source synthesis tools to synthesize data themselves. Current available synthesis tools include [text_renderer](https://github.com/Sanster/text_renderer), [SynthText](https://github.com/ankush-me/SynthText), [TextRecognitionDataGenerator](https://github.com/Belval/TextRecognitionDataGenerator), etc. -10. **Error in using the model with TPS module for prediction** - -Error message: Input(X) dims[3] and Input(Grid) dims[2] should be equal, but received X dimension[3](108) != Grid dimension[2](100) - +10. **Error in using the model with TPS module for prediction** +Error message: Input(X) dims[3] and Input(Grid) dims[2] should be equal, but received X dimension[3](108) != Grid dimension[2](100) Solution:TPS does not support variable shape. Please set --rec_image_shape='3,32,100' and --rec_char_type='en' -- GitLab