From bdac9acc6601aa3db7ba148c0c879bc769061c17 Mon Sep 17 00:00:00 2001 From: MengzhangLI Date: Sun, 23 Jan 2022 22:23:40 +0800 Subject: [PATCH] [Fix] Add vaihingen dataset in readme (#1227) * add vaihingen in readme * add vaihingen in readme * add vaihingen in readme --- README.md | 1 + README_zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 41223b595..e0ad4f781 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Supported datasets: - [x] [Nighttime Driving](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/en/dataset_prepare.md#nighttime-driving) - [x] [LoveDA](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/en/dataset_prepare.md#loveda) - [x] [Potsdam](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/en/dataset_prepare.md#isprs-potsdam) +- [x] [Vaihingen](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/en/dataset_prepare.md#isprs-vaihingen) ## Installation diff --git a/README_zh-CN.md b/README_zh-CN.md index 6327a2077..c4b40fc58 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -135,6 +135,7 @@ MMSegmentation 是一个基于 PyTorch 的语义分割开源工具箱。它是 O - [x] [Nighttime Driving](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/zh_cn/dataset_prepare.md#nighttime-driving) - [x] [LoveDA](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/zh_cn/dataset_prepare.md#loveda) - [x] [Potsdam](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/zh_cn/dataset_prepare.md#isprs-potsdam) +- [x] [Vaihingen](https://github.com/open-mmlab/mmsegmentation/blob/master/docs/zh_cn/dataset_prepare.md#isprs-vaihingen) ## 安装