-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# SyntheWorld | ||
# SyntheWorld | ||
### Overview | ||
OpenEarthMap is a benchmark dataset for global high-resolution land cover mapping. OpenEarthMap consists of 5000 aerial and satellite images with manually annotated 8-class land cover labels and 2.2 million segments at a 0.25-0.5m ground sampling distance, covering 97 regions from 44 countries across 6 continents. OpenEarthMap fosters research including but not limited to semantic segmentation and domain adaptation. Land cover mapping models trained on OpenEarthMap generalize worldwide and can be used as off-the-shelf models in a variety of applications. Project Page: [https://open-earth-map.org/](https://open-earth-map.org/) | ||
|
||
### Reference | ||
``` | ||
@inproceedings{xia_2023_openearthmap, | ||
title = {OpenEarthMap: A Benchmark Dataset for Global High-Resolution Land Cover Mapping}, | ||
author = {Junshi Xia and Naoto Yokoya and Bruno Adriano and Clifford Broni-Bediako}, | ||
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)}, | ||
month = {January}, | ||
year = {2023} | ||
} | ||
``` |