sgiordano commited on
Commit
79a7ccd
1 Parent(s): 0393369

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -77,8 +77,25 @@ model-index:
77
  pipeline_tag: image-segmentation
78
  ---
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
 
81
- The FLAIR models is a collection of semantic segmentation models developed to classify very high resolution aerial ortho-images ([BD ORTHO®](https://geoservices.ign.fr/bdortho)).
82
 
83
 
84
  Lorem ipsum dolor sit amet. Hic galisum tenetur et perspiciatis odit et aliquid perferendis ut galisum quisquam.
@@ -119,6 +136,8 @@ Ab maiores tempore 33 deleniti ipsam a molestiae dolor eos optio optio aut perfe
119
 
120
  {{ bias_risks_limitations | default("[More Information Needed]", true)}}
121
 
 
 
122
  ### Recommendations
123
 
124
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
 
77
  pipeline_tag: image-segmentation
78
  ---
79
 
80
+ # FLAIR model collection
81
+ The FLAIR models is a collection of semantic segmentation models initially developed to classify land cover on very high resolution aerial ortho-images ([BD ORTHO®](https://geoservices.ign.fr/bdortho)).
82
+ The distributed pre-trained model differ in their :
83
+ - input modalities : RVB (true colours), RVBI (true colours + infrared), RVBIE (true colours + infrared + elevation)
84
+ - model architecture : U-Net with a Resnet-34 encoder, Deeplab
85
+ - class nomenclature : 12 or 15 land cover classes
86
+ - dataset for training : [FLAIR dataset](https://huggingface.co/datasets/IGNF/FLAIR) or the increased version of this dataset FLAIR-INC.
87
+
88
+
89
+ # FLAIR FLAIR-INC_RVBIE_resnet34_unet_15cl_norm model
90
+ The general characteristics of this specific model *FLAIR-INC_RVBIE_resnet34_unet_15cl_norm* are :
91
+ * RVBIE images (true colours + infrared + elevation)
92
+ * U-Net with a Resnet-34 encoder
93
+
94
+
95
+
96
+
97
+
98
 
 
99
 
100
 
101
  Lorem ipsum dolor sit amet. Hic galisum tenetur et perspiciatis odit et aliquid perferendis ut galisum quisquam.
 
136
 
137
  {{ bias_risks_limitations | default("[More Information Needed]", true)}}
138
 
139
+
140
+
141
  ### Recommendations
142
 
143
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->