tanguy-jeanneau commited on
Commit
1b7c7c6
1 Parent(s): 5b0d39f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -97,6 +97,16 @@ Thorough examination of the results enabled us to pinpoint situations where the
97
  - Segmenting images with high specular reflection comming usually from glasses may lead to bad segmentation map predictions.
98
  - Data based on which the model was trained were captured in the constrained environment with cooperative users. Therefore, in practise model is expected to produce poor segmentation maps for cases like: offgazes, misaligned eyes, blurry images etc.
99
 
 
 
 
 
 
 
 
 
 
 
100
  ## Further reading
101
 
102
  1. Zhou, Z., Rahman Siddiquee, M. M., Tajbakhsh, N., & Liang, J. (2018). UNet++: A nested U-Net Architecture for Medical Image Segmentation. (https://arxiv.org/abs/1807.10165v1)
 
97
  - Segmenting images with high specular reflection comming usually from glasses may lead to bad segmentation map predictions.
98
  - Data based on which the model was trained were captured in the constrained environment with cooperative users. Therefore, in practise model is expected to produce poor segmentation maps for cases like: offgazes, misaligned eyes, blurry images etc.
99
 
100
+ ## License
101
+ Unless otherwise specified, the contents of this repository are dual-licensed under either:
102
+
103
+ - MIT License (LICENSE-MIT)
104
+ - Apache License, Version 2.0 (LICENSE-APACHE)
105
+
106
+ at your option. This means you may select the license you prefer to use.
107
+
108
+ Any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
109
+
110
  ## Further reading
111
 
112
  1. Zhou, Z., Rahman Siddiquee, M. M., Tajbakhsh, N., & Liang, J. (2018). UNet++: A nested U-Net Architecture for Medical Image Segmentation. (https://arxiv.org/abs/1807.10165v1)