sgiordano commited on
Commit
58c706b
1 Parent(s): f4e9ade

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -114,15 +114,6 @@ The general characteristics of this specific model *FLAIR-INC_RVBIE_resnet34_une
114
  The model has been trained with
115
 
116
 
117
- ## Bias, Risks, and Limitations
118
-
119
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
120
-
121
- **Spatial resolution of input images** :
122
- The FLAIR-INC_RVBIE_resnet34_unet_15cl_norm model has been trained with fixed scale conditions. All patches used for training are derived from aerial images of 0.2 meters spatial resolution.
123
- 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.
124
-
125
-
126
  **Radiometry of input images** :
127
  The input images are distributed in 8-bit encoding format per channel. For traning the model, input normalization was performed so as the input dataset has a mean of 0 and a standart deviation of 1.
128
  For this model here are the statistics of the TRAIN+VALIDATION partition. It is recommended that the user apply the same type of input normalization.
@@ -136,6 +127,22 @@ For this model here are the statistics of the TRAIN+VALIDATION partition. It is
136
  | Elevation Channel (E) | 53.26 |79.30 |
137
 
138
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
 
140
 
141
 
 
114
  The model has been trained with
115
 
116
 
 
 
 
 
 
 
 
 
 
117
  **Radiometry of input images** :
118
  The input images are distributed in 8-bit encoding format per channel. For traning the model, input normalization was performed so as the input dataset has a mean of 0 and a standart deviation of 1.
119
  For this model here are the statistics of the TRAIN+VALIDATION partition. It is recommended that the user apply the same type of input normalization.
 
127
  | Elevation Channel (E) | 53.26 |79.30 |
128
 
129
 
130
+ **Multi-domain model** :
131
+ The FLAIR-INC dataset that was used for training is composed of 75 radiometric domains. In the case of aerial images, domain shifts are due : the date of the aerial survey (april to november), spatial domain (equivalent to a french department administrative division) and downstream radimetric processing.
132
+ By construction the model is robust to theses shifts, and can be applied to any images of the ([BD ORTHO® product](https://geoservices.ign.fr/bdortho)).
133
+
134
+
135
+
136
+ ## Bias, Risks, and Limitations
137
+
138
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
139
+
140
+ **Spatial resolution of input images** :
141
+ The FLAIR-INC_RVBIE_resnet34_unet_15cl_norm model has been trained with fixed scale conditions. All patches used for training are derived from aerial images of 0.2 meters spatial resolution.
142
+ 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.
143
+
144
+
145
+
146
 
147
 
148