diff --git a/README.md b/README.md index 7da89635..f350278a 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,17 @@
-MindYOLO is [MindSpore Lab](https://github.com/mindspore-lab)'s software toolbox that implements state-of-the-art YOLO series algorithms, [support list and benchmark](MODEL_ZOO.md). It is written in Python and powered by the [MindSpore](https://mindspore.cn/) AI framework. - -The master branch supporting **MindSpore 2.0/2.1**. +MindYOLO implements state-of-the-art YOLO series algorithms based on MindSpore. + +The following is the corresponding `mindyolo` versions and supported +mindspore versions. +| `mindspore` | `mindyolo` | `tested hardware` +| :--:| :--:| :-- | +| `master` | `master`| `ascend 910*`| +| `2.3.0` | `0.4` | `ascend 910*`| +| `2.2.10` | `0.3` | `ascend 910*`| +| `2.0` | `0.2` | `ascend 910`| +| `1.8` | `0.1` |`ascend 910`|
@@ -54,13 +62,6 @@ See [INSTALLATION](docs/en/installation.md) for details.
See [GETTING STARTED](GETTING_STARTED.md) for details.
-## Learn More about MindYOLO
-
-To be supplemented.
-
-## Notes
-
-⚠️ The current version is based on the [static shape of GRAPH](https://mindspore.cn/docs/en/r2.0/note/static_graph_syntax_support.html). The dynamic shape of the PYNATIVE will be supported later. Please look forward to it.
### How to Contribute
@@ -88,3 +89,4 @@ If you find this project useful in your research, please consider cite:
year={2023}
}
```
+
diff --git a/README_CN.md b/README_CN.md
deleted file mode 100644
index da0d2729..00000000
--- a/README_CN.md
+++ /dev/null
@@ -1,92 +0,0 @@
-# MindYOLO
-
-
-
-MindYOLO是[MindSpore Lab](https://github.com/mindspore-lab)开发的AI套件,实现了最先进的YOLO系列算法,[查看支持的模型算法](MODEL_ZOO.md)。
-
-MindYOLO使用Python语言编写,基于 [MindSpore](https://mindspore.cn/) AI框架开发。
-
-master 分支配套 **MindSpore 2.0**。
-
-
-
-
-## 新特性
-
-- 2023/06/15
-
-1. 支持 YOLOv3/v4/v5/v7/v8/X 等6个模型,发布了23个模型weights,详情请参考 [MODEL ZOO](MODEL_ZOO.md)。
-2. 配套 MindSpore 2.0。
-3. 支持 MindSpore lite 2.0 推理。
-4. 新的教程文档上线!
-
-## 基准和模型仓库
-
-查看 [MODEL ZOO](MODEL_ZOO.md).
-
-