Views
No views yet

| Metric | Value Macro | Value Micro |
|---|---|---|
| Average Precision | 0.243919 | 0.372401 |
| F1 Score | 0.173997 | 0.407625 |
| Precision | 0.176015 | 0.336155 |
| Example Input (VV, VH and VV/VH bands from Sentinel-1) |
|---|
![]() |
| Example Output - Labels | Example Output - Scores |
|---|---|
Agro-forestry areas Arable land Beaches, dunes, sands ... Urban fabric | 0.432385 0.441874 0.304725 ... 0.321845 |
configilm to use the provided code.1from reben_publication.BigEarthNetv2_0_ImageClassifier import BigEarthNetv2_0_ImageClassifier
2
3model = BigEarthNetv2_0_ImageClassifier.from_pretrained("path_to/huggingface_model_folder")1from reben_publication.BigEarthNetv2_0_ImageClassifier import BigEarthNetv2_0_ImageClassifier
2
3model = BigEarthNetv2_0_ImageClassifier.from_pretrained(
4 "BIFOLD-BigEarthNetv2-0/BENv2-resnet18-s1-v0.1.1")CITATION FOR DATASET PAPER1@article{hackel2024configilm,
2 title={ConfigILM: A general purpose configurable library for combining image and language models for visual question answering},
3 author={Hackel, Leonard and Clasen, Kai Norman and Demir, Beg{\"u}m},
4 journal={SoftwareX},
5 volume={26},
6 pages={101731},
7 year={2024},
8 publisher={Elsevier}
9}