Update README.md
Browse files
README.md
CHANGED
@@ -376,4 +376,53 @@ model-index:
|
|
376 |
| other arable crops | 22.10 | 36.20 | 39.78 | 33.22 |
|
377 |
| vineyard | 44.55 | 61.64 | 56.82 | 67.36 |
|
378 |
| olive groves | 16.38 | 28.14 | 55.59 | 18.84 |
|
379 |
-
| fruits orchards | 36.57 | 53.55 | 47.56 | 61.27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
376 |
| other arable crops | 22.10 | 36.20 | 39.78 | 33.22 |
|
377 |
| vineyard | 44.55 | 61.64 | 56.82 | 67.36 |
|
378 |
| olive groves | 16.38 | 28.14 | 55.59 | 18.84 |
|
379 |
+
| fruits orchards | 36.57 | 53.55 | 47.56 | 61.27 |
|
380 |
+
| nut orchards | 6.60 | 12.38 | 19.69 | 9.03 |
|
381 |
+
| other permanent crops | 12.12 | 21.62 | 84.16 | 12.40 |
|
382 |
+
| mixed crops | 2.30 | 4.50 | 7.39 | 3.24 |
|
383 |
+
| background | 88.73 | 94.03 | 92.86 | 95.22 |
|
384 |
+
|
385 |
+
|
386 |
+
---
|
387 |
+
|
388 |
+
|
389 |
+
## Inference
|
390 |
+
|
391 |
+
<div style="display: flex; justify-content: center; text-align: center; gap: 20px;">
|
392 |
+
|
393 |
+
<div style="flex: 1;">
|
394 |
+
<p style="margin: 0;">Aerial ROI</p>
|
395 |
+
<img src="./model_utils/AerialROI.png" alt="AERIAL" style="width: 100%; display: block;" />
|
396 |
+
</div>
|
397 |
+
<div style="flex: 1;">
|
398 |
+
<p style="margin: 0;">Inference ROI</p>
|
399 |
+
<img src="./model_utils/FLAIR-HUB_LPIS-J_swinbase-upernet_inferenceROI.png" alt="INFERENCE" style="width: 100%; display: block;" />
|
400 |
+
</div>
|
401 |
+
</div>
|
402 |
+
|
403 |
+
|
404 |
+
---
|
405 |
+
|
406 |
+
|
407 |
+
## Cite
|
408 |
+
|
409 |
+
|
410 |
+
**BibTeX:**
|
411 |
+
|
412 |
+
```
|
413 |
+
@article{ign2025flairhub,
|
414 |
+
doi = {10.48550/arXiv.2506.07080},
|
415 |
+
url = {https://arxiv.org/abs/2506.07080},
|
416 |
+
author = {Garioud, Anatol and Giordano, Sébastien and David, Nicolas and Gonthier, Nicolas},
|
417 |
+
title = {FLAIR-HUB: Large-scale Multimodal Dataset for Land Cover and Crop Mapping},
|
418 |
+
publisher = {arXiv},
|
419 |
+
year = {2025}
|
420 |
+
}
|
421 |
+
```
|
422 |
+
|
423 |
+
**APA:**
|
424 |
+
```
|
425 |
+
Anatol Garioud, Sébastien Giordano, Nicolas David, Nicolas Gonthier.
|
426 |
+
FLAIR-HUB: Large-scale Multimodal Dataset for Land Cover and Crop Mapping. (2025).
|
427 |
+
DOI: https://doi.org/10.48550/arXiv.2506.07080
|
428 |
+
```
|