You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-10Lines changed: 19 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,24 @@
12
12
</a>
13
13
</p>
14
14
15
-
MindYOLO is [MindSpore Lab](https://github.com/mindspore-lab)'s software system 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/)deep learning framework.
15
+
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.
16
16
17
-
The master branch works with**MindSpore 1.8.1**.
17
+
The r0.1 branch supports**MindSpore 1.8.1**.
18
18
19
19
<imgsrc=".github/000000137950.jpg" />
20
20
21
21
22
22
## What is New
23
-
- 2023/03/30
24
-
1. Currently, the models supported by the first release include the basic specifications of YOLOv3/YOLOv5/YOLOv7;
25
-
2. Models can be exported to MindIR/AIR format for deployment.
26
-
3. ⚠️ The current version is based on the static shape of GRAPH. The dynamic shape of the PYNATIVE will be added later. Please look forward to it.
27
-
4. ⚠️ The current version only supports the Ascend platform, and the GPU platform will support it later.
23
+
24
+
- 2023/06/15
25
+
26
+
1. New version: v0.1 is released!
27
+
28
+
2. Support YOLOv3/v4/v5/v7/v8/X 6 models and release 23 weights, see [MODEL ZOO](MODEL_ZOO.md) for details.
29
+
30
+
3. Models can be exported to MindIR/AIR format for deployment.
31
+
32
+
4. New online documents are available!
28
33
29
34
## Benchmark and Model Zoo
30
35
@@ -35,11 +40,10 @@ See [MODEL ZOO](MODEL_ZOO.md).
35
40
36
41
-[x][YOLOv8](configs/yolov8)
37
42
-[x][YOLOv7](configs/yolov7)
43
+
-[x][YOLOX](configs/yolox)
38
44
-[x][YOLOv5](configs/yolov5)
39
-
-[x][YOLOv3](configs/yolov3)
40
45
-[x][YOLOv4](configs/yolov4)
41
-
-[x][YOLOX](configs/yolox)
42
-
-[ ][YOLOv6](configs/yolov6)
46
+
-[x][YOLOv3](configs/yolov3)
43
47
44
48
</details>
45
49
@@ -61,6 +65,8 @@ MindSpore can be easily installed by following the official [instructions](https
61
65
62
66
The following instructions assume the desired dependency is fulfilled.
63
67
68
+
⚠️ The current version only supports the Ascend platform, and the GPU platform will be supported later.
69
+
64
70
## Getting Started
65
71
66
72
See [GETTING STARTED](GETTING_STARTED.md)
@@ -70,6 +76,9 @@ See [GETTING STARTED](GETTING_STARTED.md)
70
76
To be supplemented.
71
77
72
78
## Notes
79
+
80
+
⚠️ The current version is based on the static shape of GRAPH. The dynamic shape of the PYNATIVE will be added later. Please look forward to it.
81
+
73
82
### How to Contribute
74
83
75
84
We appreciate all contributions including issues and PRs to make MindYOLO better.
0 commit comments