Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaccorley authored Jul 24, 2021
1 parent 75d87d7 commit 2e192a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pip install git+https://github.com/isaaccorley/torchrs

<img src="./assets/proba-v.jpg" width="500px"></img>

The [PROBA-V Super Resolution Challenge Dataset](https://kelvins.esa.int/proba-v-super-resolution/home/) is a Multi-image Super Resolution (MISR) dataset of images taken by the [ESA PROBA-Vegetation satellite](https://earth.esa.int/eogateway/missions/proba-v). The dataset contains sets of 300m low resolution (LR) images which can be used to generate 100m high resolution (HR) images. In addition to LR and HR imagery, the dataset contains Quality Masks (QM) for each LR image and a Status Mask (SM) for each HR image. Imagery are available for the Near-Infrared (NIR) and Red bands. The PROBA-V contains sensors which take imagery at 100 and 300 meter spatial resolutions with 5 and 1 day revisit rates, respectively. Generating high resolution estimates using low resolution imagery would effectively increase the frequency at which high resolution imagery is available for vegatation monitoring.
The [PROBA-V Super Resolution Challenge Dataset](https://kelvins.esa.int/proba-v-super-resolution/home/) is a Multi-image Super Resolution (MISR) dataset of images taken by the [ESA PROBA-Vegetation satellite](https://earth.esa.int/eogateway/missions/proba-v). The dataset contains sets of 300m low resolution (LR) images which can be used to generate single 100m high resolution (HR) images for both Near Infrared (NIR) and Red bands. In addition, Quality Masks (QM) for each LR image and Status Masks (SM) for each HR image are available. The PROBA-V contains sensors which take imagery at 100m and 300m spatial resolutions with 5 and 1 day revisit rates, respectively. Generating high resolution imagery estimates would effectively increase the frequency at which HR imagery is available for vegetation monitoring.

The dataset can be downloaded using the `scripts/download_probav.sh` script and then used as below:

Expand Down Expand Up @@ -78,4 +78,4 @@ sr = model(x) # (1, 1, 384, 384)

```
$ pytest -ra
```
```

0 comments on commit 2e192a2

Please sign in to comment.