From dae71bce473dbc65d2ef84d0c12f80c810eab341 Mon Sep 17 00:00:00 2001 From: lvjian0706 <657300142@qq.com> Date: Fri, 10 Jun 2022 10:37:32 +0800 Subject: [PATCH] add_multilingual_text_image_orientation --- docs/zh_CN/PULC/PULC_language_classification.md | 2 +- docs/zh_CN/PULC/PULC_text_image_orientation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh_CN/PULC/PULC_language_classification.md b/docs/zh_CN/PULC/PULC_language_classification.md index 62ae6beb2..664df19bf 100644 --- a/docs/zh_CN/PULC/PULC_language_classification.md +++ b/docs/zh_CN/PULC/PULC_language_classification.md @@ -152,7 +152,7 @@ cd path_to_PaddleClas ```shell cd dataset -wget https://paddleclas.bj.bcebos.com/data/cls_demo/language_classification.tar +wget https://paddleclas.bj.bcebos.com/data/PULC/language_classification.tar tar -xf language_classification.tar cd ../ ``` diff --git a/docs/zh_CN/PULC/PULC_text_image_orientation.md b/docs/zh_CN/PULC/PULC_text_image_orientation.md index 6db35f200..96594b1a2 100644 --- a/docs/zh_CN/PULC/PULC_text_image_orientation.md +++ b/docs/zh_CN/PULC/PULC_text_image_orientation.md @@ -148,7 +148,7 @@ cd path_to_PaddleClas ```shell cd dataset -wget https://paddleclas.bj.bcebos.com/data/cls_demo/text_image_orientation.tar +wget https://paddleclas.bj.bcebos.com/data/PULC/text_image_orientation.tar tar -xf text_image_orientation.tar cd ../ ```