From c41f193b4c3aec907e94e8ce0423381be1e05001 Mon Sep 17 00:00:00 2001 From: Sanbu <96160062+sanbuphy@users.noreply.github.com> Date: Thu, 3 Nov 2022 15:35:36 +0800 Subject: [PATCH] [Docs] Add mmeval link in README (#669) --- README.md | 1 + README_zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d2095a4..ad344dce 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ This project is released under the [Apache 2.0 license](LICENSE). - [MIM](https://github.com/open-mmlab/mim): MIM installs OpenMMLab packages. - [MMCV](https://github.com/open-mmlab/mmcv): OpenMMLab foundational library for computer vision. +- [MMEval](https://github.com/open-mmlab/mmeval): A unified evaluation library for multiple machine learning libraries. - [MMClassification](https://github.com/open-mmlab/mmclassification): OpenMMLab image classification toolbox and benchmark. - [MMDetection](https://github.com/open-mmlab/mmdetection): OpenMMLab detection toolbox and benchmark. - [MMDetection3D](https://github.com/open-mmlab/mmdetection3d): OpenMMLab's next-generation platform for general 3D object detection. diff --git a/README_zh-CN.md b/README_zh-CN.md index a05db4b2..ec031222 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -295,6 +295,7 @@ runner.train() - [MIM](https://github.com/open-mmlab/mim): MIM 是 OpenMMLab 项目、算法、模型的统一入口 - [MMCV](https://github.com/open-mmlab/mmcv/tree/dev-2.x): OpenMMLab 计算机视觉基础库 +- [MMEval](https://github.com/open-mmlab/mmeval): 统一开放的跨框架算法评测库 - [MMClassification](https://github.com/open-mmlab/mmclassification/tree/dev-1.x): OpenMMLab 图像分类工具箱 - [MMDetection](https://github.com/open-mmlab/mmdetection/tree/dev-3.x): OpenMMLab 目标检测工具箱 - [MMDetection3D](https://github.com/open-mmlab/mmdetection3d/tree/dev-1.x): OpenMMLab 新一代通用 3D 目标检测平台