File size: 5,781 Bytes
88cbcd0 d6cf770 d87c801 d6cf770 d87c801 d6cf770 9c1de65 d6cf770 9c1de65 7bf16ce a4fd9ca 6dc104b a4fd9ca 6dc104b a4fd9ca 6dc104b a4fd9ca 6dc104b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 |
---
license: etalab-2.0
tags:
- segmentation
- pytorch
- aerial imagery
- landcover
- IGN
model-index:
- name: FLAIR-INC_RVBIE_unetresnet34_15cl_norm
results:
- task:
type: semantic-segmentation
dataset:
name: IGNF/FLAIR#1-TEST
type: earth-observation-dataset
metrics:
- name: mIoU
type: mIoU
value: 54.72
- name: Overall Accuracy
type: OA
value: 76.37
- name: Fscore
type: Fscore
value: 67.60
- name: Precision
type: Precision
value: 69.35
- name: Recall
type: Recall
value: 67.65
- name: IoU Buildings
type: IoU
value: 82.3
- name: IoU Pervious surface
type: IoU
value: 53.24
- name: IoU Impervious surface
type: IoU
value: 74.17
- name: IoU Bare soil
type: IoU
value: 60.40
- name: IoU Water
type: IoU
value: 87.59
- name: IoU Coniferous
type: IoU
value: 46.35
- name: IoU Deciduous
type: IoU
value: 67.45
- name: IoU Brushwood
type: IoU
value: 30.23
- name: IoU Vineyard
type: IoU
value: 82.93
- name: IoU Herbaceous vegetation
type: IoU
value: 55.03
- name: IoU Agricultural land
type: IoU
value: 52.01
- name: IoU Plowed land
type: IoU
value: 40.84
- name: IoU Swimming pool
type: IoU
value: 48.44
- name: IoU Greenhouse
type: IoU
value: 39.44
pipeline_tag: image-segmentation
---
Lorem ipsum dolor sit amet. Hic galisum tenetur et perspiciatis odit et aliquid perferendis ut galisum quisquam.
Ad veritatis optio ut quaerat tempora sit quae tenetur et quam iste! Et mollitia natus eum facere debitis ut nisi voluptatum qui voluptas iusto hic adipisci voluptas
ab reiciendis fuga id nisi quia.
Aut omnis architecto ut quis culpa quo molestiae animi sit explicabo quae ea necessitatibus magni.
Et voluptatem velit et quia laudantium aut voluptatem fugit aut labore consequatur et maxime eius aut perferendis placeat.
Vel expedita tenetur et dolores cupiditate sed dolorum ratione id quia odio quo sint molestiae ut dicta quos.
Ut iste unde in delectus quia aut reiciendis voluptatem ut voluptatem velit et dolore quia rem quia accusamus.
Ab maiores tempore 33 deleniti ipsam a molestiae dolor eos optio optio aut perferendis quasi et expedita ipsum vel similique accusamus.
## Model Informations
<!-- Provide the basic links for the model. -->
- **Repository:** https://github.com/IGNF/FLAIR-1-AI-Challenge
- **Paper [optional]:** https://arxiv.org/pdf/2211.12979.pdf
- **Developed by:** IGN
- **Compute infrastructure:**
- software: python, pytorch-lightning
- hardware: GENCI, XXX
- **License:** : Apache 2.0
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
## Bias, Risks, and Limitations
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
{{ bias_risks_limitations | default("[More Information Needed]", true)}}
### Recommendations
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
{{ bias_recommendations | default("Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.", true)}}
## How to Get Started with the Model
Use the code below to get started with the model.
{{ get_started_code | default("[More Information Needed]", true)}}
## Training Details
### Training Data
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
{{ training_data | default("[More Information Needed]", true)}}
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
#### Preprocessing [optional]
{{ preprocessing | default("[More Information Needed]", true)}}
#### Training Hyperparameters
- **Training regime:** {{ training_regime | default("[More Information Needed]", true)}} <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
#### Speeds, Sizes, Times [optional]
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
{{ speeds_sizes_times | default("[More Information Needed]", true)}}
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
### Testing Data, Factors & Metrics
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
{{ testing_data | default("[More Information Needed]", true)}}
#### Metrics
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
{{ testing_metrics | default("[More Information Needed]", true)}}
### Results
{{ results | default("[More Information Needed]", true)}}
#### Summary
{{ results_summary | default("", true) }}
## Technical Specifications [optional]
### Model Architecture and Objective
{{ model_specs | default("[More Information Needed]", true)}}
## Citation [optional]
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**BibTeX:**
{{ citation_bibtex | default("[More Information Needed]", true)}}
**APA:**
{{ citation_apa | default("[More Information Needed]", true)}}
## Contact
ai-challenge@ign.fr
|