Update README.md
Browse files
README.md
CHANGED
@@ -81,8 +81,10 @@ cat bigearthnet.tar.gz.part-* \
|
|
81 |
| tar -xpf -
|
82 |
```
|
83 |
|
|
|
|
|
84 |
### 💡 Do you want to try your own input fusion mechanism with BigEarthNetv2.0?
|
85 |
-
The second version of the BigEarthNetv2.0 dataset is stored in `data/bigearthnet
|
86 |
This version of the processed dataset comes with (i) raw location co-ordinates, and (ii) pre-computed SatCLIP embeddings (L=10, ResNet50 image encoder backbone).
|
87 |
You may access these embeddings and location metadata with keys `location` and `satclip_embedding`.
|
88 |
|
|
|
81 |
| tar -xpf -
|
82 |
```
|
83 |
|
84 |
+
Note that if this version of the dataset is used, SatCLIP embeddings would need to be re-computed on-the-fly. To use this dataset with the pre-computed SatCLIP embeddings, refer to the note below.
|
85 |
+
|
86 |
### 💡 Do you want to try your own input fusion mechanism with BigEarthNetv2.0?
|
87 |
+
The second version of the BigEarthNetv2.0 dataset is stored in `data/bigearthnet/`. These datasets are stored as 3 H5PY datasets (`.h5`) for each split in the dataset.
|
88 |
This version of the processed dataset comes with (i) raw location co-ordinates, and (ii) pre-computed SatCLIP embeddings (L=10, ResNet50 image encoder backbone).
|
89 |
You may access these embeddings and location metadata with keys `location` and `satclip_embedding`.
|
90 |
|