Update README.md
Browse files
README.md
CHANGED
@@ -370,4 +370,50 @@ library_name: pytorch
|
|
370 |
| fruit orchards | 27.82 | 43.53 | 49.41 | 38.90 |
|
371 |
| nut orchards | 29.83 | 45.95 | 68.55 | 34.56 |
|
372 |
| other permanent crops | 0.27 | 0.53 | 20.92 | 0.27 |
|
373 |
-
| mixed crops | 5.49 | 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
| fruit orchards | 27.82 | 43.53 | 49.41 | 38.90 |
|
371 |
| nut orchards | 29.83 | 45.95 | 68.55 | 34.56 |
|
372 |
| other permanent crops | 0.27 | 0.53 | 20.92 | 0.27 |
|
373 |
+
| mixed crops | 5.49 | 10.42 | 25.67 | 6.53 |
|
374 |
+
| background | 87.62 | 93.40 | 92.01 | 94.84 |
|
375 |
+
|
376 |
+
|
377 |
+
---
|
378 |
+
|
379 |
+
|
380 |
+
## Inference
|
381 |
+
|
382 |
+
<div style="display: flex; justify-content: center; text-align: center; gap: 20px;">
|
383 |
+
|
384 |
+
<div style="flex: 1;">
|
385 |
+
<p style="margin: 0;">Aerial ROI</p>
|
386 |
+
<img src="./model_utils/AerialROI.png" alt="AERIAL" style="width: 100%; display: block;" />
|
387 |
+
</div>
|
388 |
+
<div style="flex: 1;">
|
389 |
+
<p style="margin: 0;">Inference ROI</p>
|
390 |
+
<img src="./model_utils/FLAIR-HUB_LPIS-I_swinbase-upernet_inferenceROI.png" alt="INFERENCE" style="width: 100%; display: block;" />
|
391 |
+
</div>
|
392 |
+
</div>
|
393 |
+
|
394 |
+
|
395 |
+
---
|
396 |
+
|
397 |
+
|
398 |
+
## Cite
|
399 |
+
|
400 |
+
|
401 |
+
**BibTeX:**
|
402 |
+
|
403 |
+
```
|
404 |
+
@article{ign2025flairhub,
|
405 |
+
doi = {10.48550/arXiv.2506.07080},
|
406 |
+
url = {https://arxiv.org/abs/2506.07080},
|
407 |
+
author = {Garioud, Anatol and Giordano, Sébastien and David, Nicolas and Gonthier, Nicolas},
|
408 |
+
title = {FLAIR-HUB: Large-scale Multimodal Dataset for Land Cover and Crop Mapping},
|
409 |
+
publisher = {arXiv},
|
410 |
+
year = {2025}
|
411 |
+
}
|
412 |
+
```
|
413 |
+
|
414 |
+
**APA:**
|
415 |
+
```
|
416 |
+
Anatol Garioud, Sébastien Giordano, Nicolas David, Nicolas Gonthier.
|
417 |
+
FLAIR-HUB: Large-scale Multimodal Dataset for Land Cover and Crop Mapping. (2025).
|
418 |
+
DOI: https://doi.org/10.48550/arXiv.2506.07080
|
419 |
+
```
|