зеркало из https://github.com/microsoft/torchgeo.git
Adding dataset list to the readme
This commit is contained in:
Родитель
3ae9b72d22
Коммит
9cd5fcc228
16
README.md
16
README.md
|
@ -1,6 +1,6 @@
|
|||
# TorchGeo
|
||||
|
||||
datasets, transforms, and models for geospatial data
|
||||
Datasets, transforms, and models for geospatial data.
|
||||
|
||||
[![docs](https://github.com/microsoft/torchgeo/actions/workflows/docs.yaml/badge.svg)](https://github.com/microsoft/torchgeo/actions/workflows/docs.yaml)
|
||||
[![style](https://github.com/microsoft/torchgeo/actions/workflows/style.yaml/badge.svg)](https://github.com/microsoft/torchgeo/actions/workflows/style.yaml)
|
||||
|
@ -15,6 +15,20 @@ conda env create --file environment.yml
|
|||
conda activate torchgeo
|
||||
```
|
||||
|
||||
## Datasets
|
||||
|
||||
| Dataset | Imagery Type | Label Type | Dataset Type | External Link |
|
||||
|:---------------------------------------: |:------------------------------------------: |:---------------------: |:-------------: |:----------------------------------------------------: |
|
||||
| Smallholder Cashew Plantations in Benin | Sentinel-2 (71 scene time series) | Semantic segmentation | GeoDataset | https://registry.mlhub.earth/10.34911/rdnt.hfv20i/ |
|
||||
| Cars Overhead With Context (COWC) | 0.15m/px overhead imagery | Object detection | VisionDataset | https://gdo152.llnl.gov/cowc/ |
|
||||
| CV4A Kenya Crop Type | Sentinel-2 (13 scene time series) | Semantic segmentation | GeoDataset | https://registry.mlhub.earth/10.34911/rdnt.dw605x/ |
|
||||
| Tropical Cyclone Wind Estimation | GOES single band imagery | Regression | VisionDataset | http://registry.mlhub.earth/10.34911/rdnt.xs53up/ |
|
||||
| Landcover.ai | RGB aerial imagery at 0.5m/px and 0.25m/px | Semantic segmentation | GeoDataset | https://landcover.ai/ |
|
||||
| NWPU VHR-10 | Google Earth RGB and Vaihingen CIR | Object detection | VisionDataset | https://github.com/chaozhong2010/VHR-10_dataset_coco |
|
||||
| SEN12MS | Sentinel-1 and Sentinel-2 | Semantic segmentation | GeoDataset | https://github.com/schmitt-muc/SEN12MS |
|
||||
| So2Sat | Sentinel-1 and Sentinel-2 | Classification | VisionDataset | https://github.com/zhu-xlab/So2Sat-LCZ42 |
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
||||
|
|
Загрузка…
Ссылка в новой задаче