From e0b194da1c46387edb7944ae52fc7f82338163bd Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Wed, 21 Oct 2020 18:52:16 +0800 Subject: [PATCH] fix angle class en doc, test=document_fix --- doc/doc_en/angle_class_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/angle_class_en.md b/doc/doc_en/angle_class_en.md index c7fff3a1..c8c99c10 100644 --- a/doc/doc_en/angle_class_en.md +++ b/doc/doc_en/angle_class_en.md @@ -110,7 +110,7 @@ The default prediction picture is stored in `infer_img`, and the weight is speci ``` # Predict English results -python3 tools/infer_rec.py -c configs/cls/cls_mv3.yml -o Global.checkpoints={path/to/weights}/best_accuracy TestReader.infer_img=doc/imgs_words/en/word_1.jpg +python3 tools/infer_cls.py -c configs/cls/cls_mv3.yml -o Global.checkpoints={path/to/weights}/best_accuracy Global.infer_img=doc/imgs_words/en/word_1.png ``` Input image: -- GitLab