Image Segmentation
qmller commited on
Commit
6efaa5e
1 Parent(s): b2fff59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  pipeline_tag: image-segmentation
4
  ---
5
 
@@ -14,6 +14,11 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
14
 
15
  # Lecture note reference
16
 
 
 
17
  # Repository or links references
18
 
 
 
 
19
  Author: [email protected]
 
1
  ---
2
+ license: apache-2.0
3
  pipeline_tag: image-segmentation
4
  ---
5
 
 
14
 
15
  # Lecture note reference
16
 
17
+ - UNet: Convolutional Networks for Biomedical Image Segmentation, https://arxiv.org/abs/1505.04597
18
+
19
  # Repository or links references
20
 
21
+ - https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/Segmentation/UNet_Industrial/README.md
22
+ - dataset: https://resources.mpi-inf.mpg.de/conference/dagm/2007/prizes.html
23
+
24
  Author: [email protected]