Skip to content

Commit 3665f92

Browse files
author
Atma Mani
authored
Merge pull request #513 from Yongyao/yong9856-2516
Updated Unet sample final result
2 parents bb4b840 + 4d8af9e commit 3665f92

File tree

3 files changed

+192
-273
lines changed

3 files changed

+192
-273
lines changed

guide/14-deep-learning/how-unet-works.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"- The decoder is the second half of the architecture. The goal is to semantically project the discriminative features (lower resolution) learnt by the encoder onto the pixel space (higher resolution) to get a dense classification. The decoder consists of **upsampling** and **concatenation** followed by regular convolution operations. \n",
6767
"\n",
6868
"<center><img src=\"../../static/img/unet.png\" height=\"600\" width=\"600\"></center>\n",
69-
"<center>Figure 2. U-net architecture. Blue boxes represent multi-channel feature maps, while while boxes represent copied feature maps. The arrows of different colors represent different operations</center>"
69+
"<center>Figure 2. U-net architecture. Blue boxes represent multi-channel feature maps, while while boxes represent copied feature maps. The arrows of different colors represent different operations [1]</center>"
7070
]
7171
},
7272
{

guide/14-deep-learning/pixel_based_classification.ipynb

Lines changed: 89 additions & 101 deletions
Large diffs are not rendered by default.

samples/04_gis_analysts_data_scientists/land_cover_classification_using_unet.ipynb

Lines changed: 102 additions & 171 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)