Skip to content

Commit

Permalink
docs: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-tub committed Nov 27, 2024
1 parent 7c54a85 commit 0bd9483
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 @@ -59,7 +59,7 @@ Additional datasets will be added in the near future.

First, [download the rico-hdl](#Download) binary and install
the Python [lmdb][pyl] and [saftensors][pys] packages.
Then, to convert the Sentinel-1 and Sentinel-2 patches from the [BigEarthNet v2.0][ben]
Then, to convert the Sentinel-1 and Sentinel-2 patches and the Reference Maps from the [BigEarthNet v2.0][ben]
dataset into the optimized format, call the application with:

```bash
Expand All @@ -70,7 +70,7 @@ In BigEarthNet, for each patch each band is stored as a separate file with the a
The reference maps are stored as TIFF files with a `_reference_maps` suffix.
The encoder groups all image files with the same name/prefix and stores the data as a [safetensors][s] dictionary,
where the `safetensors` dictionary's key is the band name (`B01`, `B12`, `VV`, ...) for the patches
and `Reference_Map` for the single-band reference maps.
and `Data` for the single-band reference maps.

<details>
<summary>Example Input</summary>
Expand Down

0 comments on commit 0bd9483

Please sign in to comment.