Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -239,7 +239,28 @@ The **Model ID** can be used to retrieve the corresponding pre-trained model fro
|
|
| 239 |
|
| 240 |
<hr>
|
| 241 |
|
| 242 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 243 |
|
| 244 |
This dataset is extensively used by the [MAESTRO model](https://huggingface.co/papers/2508.10894) for masked autoencoding on multimodal Earth observation data. You can find the MAESTRO model's code on its [GitHub repository](https://github.com/ignf/maestro).
|
| 245 |
|
|
|
|
| 239 |
|
| 240 |
<hr>
|
| 241 |
|
| 242 |
+
|
| 243 |
+
|
| 244 |
+
## 🔎 Filter dataset with the FLAIR-HUB Dataset Browser
|
| 245 |
+
|
| 246 |
+
A small desktop GUI to browse and download subsets
|
| 247 |
+
of the IGNF/FLAIR-HUB dataset from Hugging Face with filters for: Domain, Year, Modality or Data type.
|
| 248 |
+
|
| 249 |
+
Requirements:
|
| 250 |
+
|
| 251 |
+
- Python 3.9+
|
| 252 |
+
- Tkinter (usually included; on Linux you may need: sudo apt-get install python3-tk)
|
| 253 |
+
- Python packages: pip install `huggingface_hub`
|
| 254 |
+
|
| 255 |
+
Run:
|
| 256 |
+
1. Get the `flair-hub-HF-dl.py` file in files of this dataset.
|
| 257 |
+
2. In a terminal: ```pip install huggingface_hub```
|
| 258 |
+
3. Launch: ```python flair-hub-HF-dl.py```
|
| 259 |
+
|
| 260 |
+
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
## ✨ MAESTRO basecode
|
| 264 |
|
| 265 |
This dataset is extensively used by the [MAESTRO model](https://huggingface.co/papers/2508.10894) for masked autoencoding on multimodal Earth observation data. You can find the MAESTRO model's code on its [GitHub repository](https://github.com/ignf/maestro).
|
| 266 |
|