From 87ba1c36bc3d75c186d202bced63795cd2fb9a2e Mon Sep 17 00:00:00 2001 From: Manan Goel Date: Fri, 15 Apr 2022 06:47:52 +0000 Subject: [PATCH] Fixed small link error in config_en.md --- doc/doc_en/config_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/config_en.md b/doc/doc_en/config_en.md index 7cdd3c49..60cad648 100644 --- a/doc/doc_en/config_en.md +++ b/doc/doc_en/config_en.md @@ -67,7 +67,7 @@ In PaddleOCR, the network is divided into four stages: Transform, Backbone, Neck | :---------------------: | :---------------------: | :--------------: | :--------------------: | | model_type | Network Type | rec | Currently support`rec`,`det`,`cls` | | algorithm | Model name | CRNN | See [algorithm_overview](./algorithm_overview_en.md) for the support list | -| **Transform** | Set the transformation method | - | Currently only recognition algorithms are supported, see [ppocr/modeling/transform](../../ppocr/modeling/transform) for details | +| **Transform** | Set the transformation method | - | Currently only recognition algorithms are supported, see [ppocr/modeling/transform](../../ppocr/modeling/transforms) for details | | name | Transformation class name | TPS | Currently supports `TPS` | | num_fiducial | Number of TPS control points | 20 | Ten on the top and bottom | | loc_lr | Localization network learning rate | 0.1 | \ | -- GitLab