diff --git a/README.md b/README.md index 53aca2d0..547696c1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The master branch works with **PyTorch 1.6+**. ## What's New -**v0.1.0** was released on 20/9/2022: +**v0.1.0** was released on 21/9/2022: - 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) - Support for YOLOv5/YOLOX training and deployment, support for YOLOv6 inference and deployment diff --git a/README_zh-CN.md b/README_zh-CN.md index 55889542..b9d06546 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -72,7 +72,7 @@ MMYOLO 是一个基于 PyTorch 的 YOLO 系列算法开源工具箱。它是 [Op ## 最新进展 -**v0.1.0** 版本已经在 2022.9.20 发布: +**v0.1.0** 版本已经在 2022.9.21 发布: - 基于 [OpenMMLab 2.0](https://github.com/open-mmlab) 和 [MMDetection 3.0](https://github.com/open-mmlab/mmdetection/tree/3.x) 统一了各组件接口。 - 支持 YOLOv5/YOLOX 训练和部署,支持 YOLOv6 推理和部署 diff --git a/docs/en/_static/css/readthedocs.css b/docs/en/_static/css/readthedocs.css index 57ed0ad0..4192edac 100644 --- a/docs/en/_static/css/readthedocs.css +++ b/docs/en/_static/css/readthedocs.css @@ -1,5 +1,5 @@ .header-logo { - background-image: url("../image/mmdet-logo.png"); + background-image: url("../image/mmyolo-logo.png"); background-size: 156px 40px; height: 40px; width: 156px; diff --git a/docs/en/_static/image/mmdet-logo.png b/docs/en/_static/image/mmdet-logo.png deleted file mode 100644 index 58e2b5e6..00000000 Binary files a/docs/en/_static/image/mmdet-logo.png and /dev/null differ diff --git a/docs/en/_static/image/mmyolo-logo.png b/docs/en/_static/image/mmyolo-logo.png new file mode 100644 index 00000000..41318aec Binary files /dev/null and b/docs/en/_static/image/mmyolo-logo.png differ diff --git a/docs/en/model_zoo.md b/docs/en/model_zoo.md index 365e54db..b1deeb3a 100644 --- a/docs/en/model_zoo.md +++ b/docs/en/model_zoo.md @@ -1 +1,20 @@ # Benchmark and Model Zoo + +## Common settings + +- All models were trained on `coco_2017_train`, and tested on the `coco_2017_val`. +- We use distributed training. + +## Baselines + +### YOLOv5 + +Please refer to [YOLOv5](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolov5)。 + +### YOLOv6 + +Please refer to [YOLOv6](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolov6)。 + +### YOLOX + +Please refer to [YOLOX](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolox)。 diff --git a/docs/en/notes/changelog.md b/docs/en/notes/changelog.md index 43b9d89b..61d23f93 100644 --- a/docs/en/notes/changelog.md +++ b/docs/en/notes/changelog.md @@ -1,6 +1,6 @@ # Changelog -## v0.1.0(20/9/2022) +## v0.1.0(21/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. diff --git a/docs/zh_cn/_static/css/readthedocs.css b/docs/zh_cn/_static/css/readthedocs.css index 57ed0ad0..4192edac 100644 --- a/docs/zh_cn/_static/css/readthedocs.css +++ b/docs/zh_cn/_static/css/readthedocs.css @@ -1,5 +1,5 @@ .header-logo { - background-image: url("../image/mmdet-logo.png"); + background-image: url("../image/mmyolo-logo.png"); background-size: 156px 40px; height: 40px; width: 156px; diff --git a/docs/zh_cn/_static/image/mmdet-logo.png b/docs/zh_cn/_static/image/mmdet-logo.png deleted file mode 100644 index 58e2b5e6..00000000 Binary files a/docs/zh_cn/_static/image/mmdet-logo.png and /dev/null differ diff --git a/docs/zh_cn/_static/image/mmyolo-logo.png b/docs/zh_cn/_static/image/mmyolo-logo.png new file mode 100644 index 00000000..41318aec Binary files /dev/null and b/docs/zh_cn/_static/image/mmyolo-logo.png differ diff --git a/docs/zh_cn/notes/changelog.md b/docs/zh_cn/notes/changelog.md index a902a8e4..5e14e0e9 100644 --- a/docs/zh_cn/notes/changelog.md +++ b/docs/zh_cn/notes/changelog.md @@ -1,6 +1,6 @@ # 更新日志 -## v0.1.0(20/9/2022) +## v0.1.0(21/9/2022) 我们发布了 MMYOLO 开源库,其基于 MMEngine, MMCV 2.x 和 MMDetection 3.x 库. 目前实现了目标检测功能,后续会扩展为多任务。