From ca60b8d6dc288aeca34bce50a066008881ad80cb Mon Sep 17 00:00:00 2001 From: lvjian0706 <657300142@qq.com> Date: Mon, 6 Jun 2022 16:37:19 +0800 Subject: [PATCH] add_multilingual_text_image_orientation --- docs/zh_CN/PULC/PULC_multilingual.md | 4 ++-- docs/zh_CN/PULC/PULC_text_image_orientation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/zh_CN/PULC/PULC_multilingual.md b/docs/zh_CN/PULC/PULC_multilingual.md index ef798948..5630e378 100644 --- a/docs/zh_CN/PULC/PULC_multilingual.md +++ b/docs/zh_CN/PULC/PULC_multilingual.md @@ -39,8 +39,8 @@ | 模型 | 精度 | 延时 | 存储 | 策略 | | --------------------- | --------- | -------- | ------- | ---------------------------------------------- | -| Swin Transformer Tiny | 98.12 | 166.64 | 17 | 使用ImageNet预训练模型 | -| MobileNetv3 large x1 | 98.3 | 4.78 | 107 | 使用ImageNet预训练模型 | +| Swin Transformer Tiny | 98.12 | 166.64 | 107 | 使用ImageNet预训练模型 | +| MobileNetv3 large x1 | 98.3 | 4.78 | 17 | 使用ImageNet预训练模型 | | PPLCNet x1 | 98.35 | 2.56 | 6.5 | 使用ImageNet预训练模型 | | PPLCNet x1 | 98.7 | 2.56 | 6.5 | 使用SSLD预训练模型 | | PPLCNet x1 | 99.12 | 2.56 | 6.5 | 使用SSLD预训练模型+EDA策略 | diff --git a/docs/zh_CN/PULC/PULC_text_image_orientation.md b/docs/zh_CN/PULC/PULC_text_image_orientation.md index e00dcaac..c028e6b0 100644 --- a/docs/zh_CN/PULC/PULC_text_image_orientation.md +++ b/docs/zh_CN/PULC/PULC_text_image_orientation.md @@ -39,8 +39,8 @@ | 模型 | 精度(%) | 延时(ms) | 存储(M) | 策略 | | --------------------- | --------- | ---------- | --------- | ------------------------------------- | -| Swin Transformer Tiny | 99.12 | 163.92 | 17 | 使用ImageNet预训练模型 | -| MobileNetv3 large x1 | 99.35 | 4.71 | 107 | 使用ImageNet预训练模型 | +| Swin Transformer Tiny | 99.12 | 163.92 | 107 | 使用ImageNet预训练模型 | +| MobileNetv3 large x1 | 99.35 | 4.71 | 17 | 使用ImageNet预训练模型 | | PPLCNet x1 | 97.85 | 2.29 | 6.5 | 使用ImageNet预训练模型 | | PPLCNet x1 | 98.02 | 2.29 | 6.5 | 使用SSLD预训练模型 | | **PPLCNet x1** | **99.06** | **2.29** | **6.5** | 使用SSLD预训练模型+SHAS超参数搜索策略 | -- GitLab