Datasets:

Formats:
csv
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
arjunrao2000 commited on
Commit
3c8b460
·
verified ·
1 Parent(s): 13b9bce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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/processed/`. These datasets are stored as 3 H5PY datasets (`.h5`) for each split in the dataset.
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