Views
No views yet

| Metric | Macro | Micro |
|---|---|---|
| Average Precision | 0.256528 | 0.255071 |
| F1 Score | 0.187317 | 0.345789 |
| Precision | 0.143085 | 0.246815 |
| A Sentinel-2 image (true color representation) |
|---|
![]() |
| Class labels | Predicted scores |
|---|---|
Agro-forestry areas Arable land Beaches, dunes, sands ... Urban fabric | 0.000000 1.000000 1.000000 ... 0.998973 |
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/resnet18-all-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}