From 87d945e940cbddb8af38d12b4cbdf241f74a1868 Mon Sep 17 00:00:00 2001 From: liuTINA0907 <65896652+liuTINA0907@users.noreply.github.com> Date: Thu, 17 Nov 2022 16:59:01 +0800 Subject: [PATCH] Update info.yaml --- modelcenter/PP-OCRv2/info.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/modelcenter/PP-OCRv2/info.yaml b/modelcenter/PP-OCRv2/info.yaml index de0fc748..d48a448b 100644 --- a/modelcenter/PP-OCRv2/info.yaml +++ b/modelcenter/PP-OCRv2/info.yaml @@ -8,8 +8,17 @@ Model_Info: Task: - tag_en: "Computer Vision" tag: "计算机视觉" - sub_tag_en: "Text Detection, Character Recognition, Optical Character Recognition" - sub_tag: "文字检测,文字识别,OCR" + sub_tag_en: "Text Detection" + sub_tag: "文字检测" + - tag_en: "Computer Vision" + tag: "计算机视觉" + sub_tag_en: "Character Recognition" + sub_tag: "文字识别" + - tag_en: "Computer Vision" + tag: "计算机视觉" + sub_tag_en: "Optical Character Recognition" + sub_tag: "OCR" + Example: - title: "《动手学OCR》系列课程之:PP-OCRv2预测部署实战" url: "https://aistudio.baidu.com/aistudio/projectdetail/3552922?channelType=0&channel=0" -- GitLab