diff --git a/README.md b/README.md
index cd9aebc6..3ef2f859 100644
--- a/README.md
+++ b/README.md
@@ -52,10 +52,6 @@ The master branch works with **PyTorch 1.6+**.
Major features
-- **Modular Design**
-
- MMYOLO decompose the framework into different components and users can easily construct a customized model by combining different modules and training and testing strategies.
-
- **Fair and convenient algorithm evaluation**
MMYOLO unifies the modules of various YOLO algorithms and provides a unified benchmark process. Users can compare and analyze in a fair and convenient way.
@@ -64,6 +60,13 @@ The master branch works with **PyTorch 1.6+**.
MMYOLO provides a series of documents from getting started, to model deployment, advanced guidelines, and algorithm analysis, making it easy for different users to get started and make extensions quickly.
+- **Modular Design**
+
+ MMYOLO decompose the framework into different components and users can easily construct a customized model by combining different modules and training and testing strategies.
+
+ 
+ The picture is provided by RangeKing@GitHub, thank you very much!
+
## What's New
diff --git a/README_zh-CN.md b/README_zh-CN.md
index 784d86e4..31a00ed8 100644
--- a/README_zh-CN.md
+++ b/README_zh-CN.md
@@ -51,10 +51,6 @@ MMYOLO 是一个基于 PyTorch 的 YOLO 系列算法开源工具箱。它是 [Op
主要特性
-- **模块化设计**
-
- MMYOLO 将框架解耦成不同的模块组件,通过组合不同的模块和训练测试策略,用户可以便捷地构建自定义模型。
-
- **公平便捷的算法评测**
MMYOLO 统一各类 YOLO 算法模块, 并提供统一评测流程,用户可以公平便捷的进行对比分析。
@@ -63,6 +59,13 @@ MMYOLO 是一个基于 PyTorch 的 YOLO 系列算法开源工具箱。它是 [Op
MMYOLO 提供了从入门到部署到进阶和算法解析等一系列文档,方便不同用户快速上手和扩展。
+- **模块化设计**
+
+ MMYOLO 将框架解耦成不同的模块组件,通过组合不同的模块和训练测试策略,用户可以便捷地构建自定义模型。
+
+ 
+ 图为 RangeKing@GitHub 提供,非常感谢!
+
## 最新进展