alabatie commited on
Commit
c52e903
·
verified ·
1 Parent(s): e68ccb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  - multitemporal
14
  library_name: pytorch
15
  datasets:
16
- - IGNF/FLAIR-HUB
17
  ---
18
 
19
  ## Download
@@ -110,6 +110,7 @@ Below are cross-dataset evaluation results obtained with these guidelines on Tre
110
  ## 🚀 Getting started
111
 
112
  Prerequisites:
 
113
  - Fetch [Dataset splits](https://huggingface.co/IGNF/MAESTRO_FLAIR-HUB_base/tree/main/dataset_splits) and move them to each dataset directory
114
  - Fetch [model weights](./MAESTRO_FLAIR-HUB_base/checkpoints/pretrain-epoch=99.ckpt) and move them into `/path/to/experiments/MAESTRO_FLAIR-HUB_base/checkpoints/`
115
  - Fetch [model configuration](./MAESTRO_FLAIR-HUB_base/.hydra/config_resolved.yaml) and move it into `/path/to/experiments/MAESTRO_FLAIR-HUB_base/.hydra/`
@@ -242,11 +243,11 @@ poetry run python main.py \
242
  If you use this model, please cite:
243
 
244
  ```bibtex
245
- @article{labatie2025maestro,
246
  title={MAESTRO: Masked AutoEncoders for Multimodal, Multitemporal, and Multispectral Earth Observation Data},
247
  author={Labatie, Antoine and Vaccaro, Michael and Lardiere, Nina and Garioud, Anatol and Gonthier, Nicolas},
248
- journal={arXiv preprint arXiv:2508.10894},
249
- year={2025}
250
  }
251
  ```
252
 
 
13
  - multitemporal
14
  library_name: pytorch
15
  datasets:
16
+ - ignf/flair-hub
17
  ---
18
 
19
  ## Download
 
110
  ## 🚀 Getting started
111
 
112
  Prerequisites:
113
+ - Clone MAESTRO's [code repository](https://github.com/ignf/maestro)
114
  - Fetch [Dataset splits](https://huggingface.co/IGNF/MAESTRO_FLAIR-HUB_base/tree/main/dataset_splits) and move them to each dataset directory
115
  - Fetch [model weights](./MAESTRO_FLAIR-HUB_base/checkpoints/pretrain-epoch=99.ckpt) and move them into `/path/to/experiments/MAESTRO_FLAIR-HUB_base/checkpoints/`
116
  - Fetch [model configuration](./MAESTRO_FLAIR-HUB_base/.hydra/config_resolved.yaml) and move it into `/path/to/experiments/MAESTRO_FLAIR-HUB_base/.hydra/`
 
243
  If you use this model, please cite:
244
 
245
  ```bibtex
246
+ @inproceedings{labatie2026maestro,
247
  title={MAESTRO: Masked AutoEncoders for Multimodal, Multitemporal, and Multispectral Earth Observation Data},
248
  author={Labatie, Antoine and Vaccaro, Michael and Lardiere, Nina and Garioud, Anatol and Gonthier, Nicolas},
249
+ booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
250
+ year={2026}
251
  }
252
  ```
253