提交 950b7b1d 编写于 作者: H huanghaian

add changelog

上级 0a2bcfbb
...@@ -75,6 +75,8 @@ The master branch works with **PyTorch 1.6+**. ...@@ -75,6 +75,8 @@ The master branch works with **PyTorch 1.6+**.
- Refactored YOLOX for MMDet to provide faster training and inference - Refactored YOLOX for MMDet to provide faster training and inference
- Detailed introductory and advanced tutorials are provided, see the [English tutorial](https://mmyolo.readthedocs.io/en/latest) - Detailed introductory and advanced tutorials are provided, see the [English tutorial](https://mmyolo.readthedocs.io/en/latest)
For release history and update details, please refer to [changelog](https://mmyolo.readthedocs.io/en/latest/notes/changelog.html).
## Installation ## Installation
MMYOLO relies on PyTorch, MMCV, MMEngine, and MMDetection. Below are quick steps for installation. Please refer to the [Install Guide](docs/en/get_started.md) for more detailed instructions. MMYOLO relies on PyTorch, MMCV, MMEngine, and MMDetection. Below are quick steps for installation. Please refer to the [Install Guide](docs/en/get_started.md) for more detailed instructions.
......
# Changelog # Changelog
## v0.1.0(20/9/2022)
We have released MMYOLO open source library, which is based on MMEngine, MMCV 2.x and MMDetection 3.x libraries. At present, the object detection has been realized, and it will be expanded to multi-task in the future.
### Highlights
1. Support for YOLOv5/YOLOX training and deployment, support for YOLOv6 inference and deployment
2. Refactored YOLOX for MMDet to provide faster training and inference
3. Detailed introductory and advanced tutorials are provided, see the [English tutorial](https://mmyolo.readthedocs.io/en/latest)
# 更新日志 # 更新日志
## v0.1.0(20/9/2022)
我们发布了 MMYOLO 开源库,其基于 MMEngine, MMCV 2.x 和 MMDetection 3.x 库. 目前实现了目标检测功能,后续会扩展为多任务。
### 亮点
1. 支持 YOLOv5/YOLOX 训练和部署,支持 YOLOv6 推理和部署
2. 重构了 MMDet 的 YOLOX,提供了更快的训练和推理速度
3. 提供了详细入门和进阶教程, 包括 YOLOv5 从入门到部署、YOLOv5 算法原理和实现全解析、 特征图可视化等教程
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册