From 19351bab9a824a8f96e1c1b527ec2d7db21309c9 Mon Sep 17 00:00:00 2001
From: Ccc <52520497+juncaipeng@users.noreply.github.com>
Date: Wed, 30 Nov 2022 14:50:48 +0800
Subject: [PATCH] [Doc] update rtformer new in readme
---
README_EN.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README_EN.md b/README_EN.md
index 273cbde3a5..11b0eed562 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -25,9 +25,9 @@ English | [简体中文](README_CN.md)
- [2022-11-30] :fire: PaddleSeg v2.7 is released! More details in Release Notes.
- - Release PP-MattingV2, a real-time human matting model with SOTA performance. Compared to previous models, the mean error is reduced by 17.91%, the inference speed is improved by 44.6% on GPU.
+ - Release PP-MattingV2, a real-time human matting model with SOTA performance. Compared to previous models, the mean error is reduced by 17.91%, the inference speed is accelerated by 44.6% on GPU.
- Release MedicalSegV2, a superior 3D medical image segmentation solution, including an intelligent annotation toolkit called EISeg-Med3D, several state-of-the-art models and an optimized nnUNet-D with high performance.
- - Officially release RTFormer, a real-time semantic segmentation model. It is proposed by Baidu and accepted by NeurIPS 2022.
+
- Release RTFormer, a real-time semantic segmentation model accepted by NeurIPS 2022. RTFormer combines the advantages of CNN and Transformer modules, and it achieves SOTA trade-off between performance and efficiency on several datasets.
- [2022-07-20] PaddleSeg v2.6 released a real-time human segmentation SOTA solution PP-HumanSegV2, a stable-version semi-automatic segmentation annotation EISeg v1.0, a pseudo label pre-training method PSSL and the source code of PP-MattingV1.
- [2022-04-20] PaddleSeg v2.5 released a real-time semantic segmentation model PP-LiteSeg, a trimap-free image matting model PP-MattingV1, and an easy-to-use solution for 3D medical image segmentation MedicalSegV1.