Update README.md
Browse files
README.md
CHANGED
@@ -91,8 +91,8 @@ pipeline_tag: image-segmentation
|
|
91 |
<br>
|
92 |
|
93 |
<div style="border:1px solid black; padding:25px; background-color:#FDFFF4 ; padding-top:10px; padding-bottom:1px;">
|
94 |
-
<h1>FLAIR-
|
95 |
-
<p>The general characteristics of this specific model <strong>FLAIR-
|
96 |
<ul style="list-style-type:disc;">
|
97 |
<li>Trained with the FLAIR-INC dataset</li>
|
98 |
<li>RGBIE images (true colours + infrared + elevation)</li>
|
@@ -141,15 +141,15 @@ As a result, the logits produced by the model are of size 19x1, but classes n°
|
|
141 |
## Bias, Risks, Limitations and Recommendations
|
142 |
|
143 |
_**Using the model on input images with other spatial resolution**_ :
|
144 |
-
The FLAIR-
|
145 |
No data augmentation method concerning scale change was used during training. The user should pay attention that generalization issues can occur while applying this model to images that have different spatial resolutions.
|
146 |
|
147 |
_**Using the model for other remote sensing sensors**_ :
|
148 |
-
The FLAIR-
|
149 |
Using the model on other type of aerial images or satellite images may imply the use of transfer learning or domain adaptation techniques.
|
150 |
|
151 |
_**Using the model on other spatial areas**_ :
|
152 |
-
The FLAIR-
|
153 |
The user should be aware that applying the model to other type of landscapes may imply a drop in model metrics.
|
154 |
|
155 |
---
|
@@ -218,10 +218,10 @@ Statistics of the TRAIN+VALIDATION set :
|
|
218 |
|
219 |
#### Speeds, Sizes, Times
|
220 |
|
221 |
-
The FLAIR-
|
222 |
16 V100 GPUs were used ( 4 nodes, 4 GPUS per node). With this configuration the approximate learning time is 6 minutes per epoch.
|
223 |
|
224 |
-
FLAIR-
|
225 |
|
226 |
|
227 |
<div style="position: relative; text-align: center;">
|
|
|
91 |
<br>
|
92 |
|
93 |
<div style="border:1px solid black; padding:25px; background-color:#FDFFF4 ; padding-top:10px; padding-bottom:1px;">
|
94 |
+
<h1>FLAIR-INC_rgbie_15cl_resnet34-unet</h1>
|
95 |
+
<p>The general characteristics of this specific model <strong>FLAIR-INC_rgbie_15cl_resnet34-unet</strong> are :</p>
|
96 |
<ul style="list-style-type:disc;">
|
97 |
<li>Trained with the FLAIR-INC dataset</li>
|
98 |
<li>RGBIE images (true colours + infrared + elevation)</li>
|
|
|
141 |
## Bias, Risks, Limitations and Recommendations
|
142 |
|
143 |
_**Using the model on input images with other spatial resolution**_ :
|
144 |
+
The FLAIR-INC_rgbie_15cl_resnet34-unet model was trained with fixed scale conditions. All patches used for training are derived from aerial images with 0.2 meters spatial resolution. Only flip and rotate augmentations were performed during the training process.
|
145 |
No data augmentation method concerning scale change was used during training. The user should pay attention that generalization issues can occur while applying this model to images that have different spatial resolutions.
|
146 |
|
147 |
_**Using the model for other remote sensing sensors**_ :
|
148 |
+
The FLAIR-INC_rgbie_15cl_resnet34-unet model was trained with aerial images of the ([BD ORTHO® product](https://geoservices.ign.fr/bdortho)) that encopass very specific radiometric image processing.
|
149 |
Using the model on other type of aerial images or satellite images may imply the use of transfer learning or domain adaptation techniques.
|
150 |
|
151 |
_**Using the model on other spatial areas**_ :
|
152 |
+
The FLAIR-INC_rgbie_15cl_resnet34-unet model was trained on patches reprensenting the French Metropolitan territory.
|
153 |
The user should be aware that applying the model to other type of landscapes may imply a drop in model metrics.
|
154 |
|
155 |
---
|
|
|
218 |
|
219 |
#### Speeds, Sizes, Times
|
220 |
|
221 |
+
The FLAIR-INC_rgbie_15cl_resnet34-unet model was trained on a HPC/AI resources provided by GENCI-IDRIS (Grant 2022-A0131013803).
|
222 |
16 V100 GPUs were used ( 4 nodes, 4 GPUS per node). With this configuration the approximate learning time is 6 minutes per epoch.
|
223 |
|
224 |
+
FLAIR-INC_rgbie_15cl_resnet34-unet was obtained for num_epoch=76 with corresponding val_loss=0.56.
|
225 |
|
226 |
|
227 |
<div style="position: relative; text-align: center;">
|