sgiordano commited on
Commit
1f57c62
1 Parent(s): 88d4ca1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -244,11 +244,38 @@ FLAIR-INC_RVBIE_resnet34_unet_15cl_norm was obtained for num_epoch=76 with corre
244
  #### Testing Data
245
 
246
  <!-- This should link to a Dataset Card if possible. -->
 
 
247
 
248
- {{ testing_data | default("[More Information Needed]", true)}}
 
249
 
250
  #### Metrics
251
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
  <!-- These are the evaluation metrics being used, ideally with a description of why. -->
253
 
254
  {{ testing_metrics | default("[More Information Needed]", true)}}
 
244
  #### Testing Data
245
 
246
  <!-- This should link to a Dataset Card if possible. -->
247
+ The evaluation was performed on a TEST set of 31750 patches that are independant from the TRAIN and VALIDATION patches. They represent 15 spatio-temporal domains.
248
+ The TEST set corresponds to the reunion of the TEST set of scientific challenges FLAIR#1 and FLAIR#2. See the [FLAIR challenge page](https://ignf.github.io/FLAIR/) for more details.
249
 
250
+ The choice of a separate TEST set instead of cross validation was made to be coherent with the FLAIR challenges. Please note that the _Snow_ class is absent from the TEST set.
251
+ <!-- {{ testing_data | default("[More Information Needed]", true)}} -->
252
 
253
  #### Metrics
254
 
255
+ The following table give the class-wise metrics :
256
+
257
+ | Modalities | IoU | Fscore | Precision | Recall |
258
+ | ----------------------- | ----------|---------|---------|---------|
259
+ | building | 82.63 | 00.00 | 00.00 | 00.00 |
260
+ | pervious surface | 53.24 | 00.00 | 00.00 | 00.00 |
261
+ | impervious surface | 74.17 | 00.00 | 00.00 | 00.00 |
262
+ | bare soil | 60.40 | 00.00 | 00.00 | 00.00 |
263
+ | water | 87.59 | 00.00 | 00.00 | 00.00 |
264
+ | coniferous | 46.35 | 00.00 | 00.00 | 00.00 |
265
+ | deciduous | 67.45 | 00.00 | 00.00 | 00.00 |
266
+ | brushwood | 30.23 | 00.00 | 00.00 | 00.00 |
267
+ | vineyard | 82.93 | 00.00 | 00.00 | 00.00 |
268
+ | herbaceous vegetation | 55.03 | 00.00 | 00.00 | 00.00 |
269
+ | agricultural land | 52.01 | 00.00 | 00.00 | 00.00 |
270
+ | plowed land | 40.84 | 00.00 | 00.00 | 00.00 |
271
+ | swimming_pool | 48.44 | 00.00 | 00.00 | 00.00 |
272
+ | snow | 00.00 | 00.00 | 00.00 | 00.00 |
273
+ | greenhouse | 39.45 | 00.00 | 00.00 | 00.00 |
274
+
275
+
276
+
277
+
278
+
279
  <!-- These are the evaluation metrics being used, ideally with a description of why. -->
280
 
281
  {{ testing_metrics | default("[More Information Needed]", true)}}