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
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,17 +77,13 @@ English | [简体中文](README_zh-CN.md)
77
77
78
78
## 🥳 🚀 What's New [🔝](#-table-of-contents)
79
79
80
-
💎 **v0.5.0** was released on 2/3/2023:
81
-
82
-
1. Support [RTMDet-R](https://github.com/open-mmlab/mmyolo/blob/dev/configs/rtmdet/README.md#rotated-object-detection) rotated object detection
83
-
2. Support for using mask annotation to improve [YOLOv8](https://github.com/open-mmlab/mmyolo/blob/dev/configs/yolov8/README.md) object detection performance
84
-
3. Support [MMRazor](https://github.com/open-mmlab/mmyolo/blob/dev/configs/razor/subnets/README.md) searchable NAS sub-network as the backbone of YOLO series algorithm
85
-
4. Support calling [MMRazor](https://github.com/open-mmlab/mmyolo/blob/dev/configs/rtmdet/distillation/README.md) to distill the knowledge of RTMDet
6. Improve YOLOX mAP and training speed based on RTMDet training hyperparameters
88
-
7. Support calculation of model parameters and FLOPs, provide GPU latency data on T4 devices, and update [Model Zoo](https://github.com/open-mmlab/mmyolo/blob/dev/docs/en/model_zoo.md)
89
-
8. Support test-time augmentation (TTA)
90
-
9. Support RTMDet, YOLOv8 and YOLOv7 assigner visualization
80
+
💎 **v0.6.0** was released on 15/8/2023:
81
+
82
+
- Support YOLOv5 instance segmentation
83
+
- Support YOLOX-Pose based on MMPose
84
+
- Add 15 minutes instance segmentation tutorial.
85
+
- YOLOv5 supports using mask annotation to optimize bbox
86
+
- Add Multi-scale training and testing docs
91
87
92
88
For release history and update details, please refer to [changelog](https://mmyolo.readthedocs.io/en/latest/notes/changelog.html).
0 commit comments