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
+13-14
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@ English | [简体中文](README_zh-CN.md)
42
42
43
43
## Introduction
44
44
45
-
MMYOLO is an open source toolbox for YOLO series algorithms based on PyTorch. It is
46
-
a part of the [OpenMMLab](https://openmmlab.com/) project.
45
+
MMYOLO is an open source toolbox for YOLO series algorithms based on PyTorch and [MMDetection](https://github.com/open-mmlab/mmdetection). It is a part of the [OpenMMLab](https://openmmlab.com/) project.
47
46
48
47
The master branch works with **PyTorch 1.6+**.
49
48
@@ -53,20 +52,20 @@ The master branch works with **PyTorch 1.6+**.
53
52
<detailsopen>
54
53
<summary>Major features</summary>
55
54
56
-
-**Fair and convenient algorithm evaluation**
55
+
-**Unified and convenient benchmark**
57
56
58
-
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.
57
+
MMYOLO unifies the implementation of modules in various YOLO algorithms and provides a unified benchmark. Users can compare and analyze in a fair and convenient way.
59
58
60
-
-**Detailed introductory and advanced documentation**
59
+
-**Rich and detailed documentation**
61
60
62
-
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.
61
+
MMYOLO provides rich documentation for getting started, model deployment, advanced usages, and algorithm analysis, making it easy for users at different levels to get started and make extensions quickly.
63
62
64
63
-**Modular Design**
65
64
66
-
MMYOLO decompose the framework into different components and users can easily construct a customized model by combining different modules and training and testing strategies.
65
+
MMYOLO decomposes the framework into different components where users can easily customize a model by combining different modules with various training and testing strategies.
The picture is provided by RangeKing@GitHub, thank you very much!
68
+
The figure is contributed by RangeKing@GitHub, thank you very much!
70
69
71
70
</details>
72
71
@@ -75,9 +74,9 @@ The master branch works with **PyTorch 1.6+**.
75
74
**v0.1.0** was released on 21/9/2022:
76
75
77
76
- Unified component interfaces based on [OpenMMLab 2.0](https://github.com/open-mmlab) and [MMDetection 3.0](https://github.com/open-mmlab/mmdetection/tree/3.x)
78
-
- Support for YOLOv5/YOLOX training and deployment, support for YOLOv6 inference and deployment
79
-
- Refactored YOLOX for MMDetection to provide faster training and inference
80
-
- Detailed introductory and advanced tutorials are provided, see the [English tutorial](https://mmyolo.readthedocs.io/en/latest)
77
+
- Support YOLOv5/YOLOX training, support YOLOv6 inference. Deployment will be supported soon.
78
+
- Refactored YOLOX from MMDetection to accelerate training and inference.
79
+
- Detailed introduction and advanced tutorials are provided, see the [English tutorial](https://mmyolo.readthedocs.io/en/latest).
81
80
82
81
For release history and update details, please refer to [changelog](https://mmyolo.readthedocs.io/en/latest/notes/changelog.html).
83
82
@@ -101,11 +100,11 @@ mim install -e .
101
100
102
101
## Tutorial
103
102
104
-
MMYOLO is based on the MMDetection and uses the same code organization and design approach. To get better use of this, please read [MMDetection Overview](https://mmdetection.readthedocs.io/en/latest/get_started.html) for the first understanding of MMDetection.
103
+
MMYOLO is based on MMDetection and adopts the same code structure and design approach. To get better use of this, please read [MMDetection Overview](https://mmdetection.readthedocs.io/en/latest/get_started.html) for the first understanding of MMDetection.
105
104
106
-
MMYOLO usage is almost identical to MMDetection and all tutorials are straightforward to use, you can also learn about [MMDetection User Guide and Advanced Guide](https://mmdetection.readthedocs.io/en/3.x/).
105
+
The usage of MMYOLO is almost identical to MMDetection and all tutorials are straightforward to use, you can also learn about [MMDetection User Guide and Advanced Guide](https://mmdetection.readthedocs.io/en/3.x/).
107
106
108
-
For different sections than MMDetection, we have also prepared user guides and advanced guides, please read our [documentation](https://mmyolo.readthedocs.io/zenh_CN/latest/).
107
+
For different parts from MMDetection, we have also prepared user guides and advanced guides, please read our [documentation](https://mmyolo.readthedocs.io/zenh_CN/latest/).
0 commit comments