Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme with supported ms version for mindyolo #301

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@
</a>
</p>

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`|

<img src="https://raw.githubusercontent.com/mindspore-lab/mindyolo/master/.github/000000137950.jpg" />

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -88,3 +89,4 @@ If you find this project useful in your research, please consider cite:
year={2023}
}
```

92 changes: 0 additions & 92 deletions README_CN.md

This file was deleted.

Loading