Skip to content

Commit 1f90173

Browse files
author
Yongyao Jiang
committed
Fixed pic misalignment in Unet guide
1 parent 94100f6 commit 1f90173

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"\n",
5656
"To solve these problems, we would have to try out different sizes/shapes of sliding window, which is very computationally intensive, especially with deep neural network. \n",
5757
"\n",
58-
"<center><img src=\"../../static/img/slidingwindow.gif\" height=\"500\" width=\"500\">\n",
58+
"<center><img src=\"../../static/img/slidingwindow.gif\" height=\"500\" width=\"500\"></center>\n",
5959
"<center>Figure 2. Example of sliding window approach</center>"
6060
]
6161
},

guide/14-deep-learning/pixel_based_classification.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/img/cat.png

-330 KB
Binary file not shown.

0 commit comments

Comments
 (0)