Skip to content

Commit 4717588

Browse files
author
Yongyao Jiang
committed
Removed pipe pic
1 parent 38322a9 commit 4717588

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

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

+2-9
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@
130130
"\n",
131131
"Not all objects are square in shape. Some are longer and some are wider, by varying degrees. The SSD architecture allows pre-defined aspect ratios of the anchor boxes to account for this. The ratios parameter can be used to specify the different aspect ratios of the anchor boxes associates with each grid cell at each zoom/scale level.\n",
132132
"\n",
133-
"<img src=\"img/aspect.png\" height=\"700\" width=\"700\">\n",
134-
"<center>Figure 6. Example of why we need to set aspect ratio</center>\n",
133+
"<img src=\"img/aspect_ratio.png\" height=\"350\" width=\"350\">\n",
134+
"<center>Figure 6. The bounding box of building 1 is higher, while the bouding box for building 2 is wider</center>\n",
135135
"\n",
136136
"\n",
137137
"#### Zoom level\n",
@@ -179,13 +179,6 @@
179179
"- [3] Zeiler, Matthew D., and Rob Fergus. \"Visualizing and understanding convolutional networks.\" In European conference on computer vision, pp. 818-833. springer, Cham, 2014.\n",
180180
"- [4] Dang Ha The Hien. A guide to receptive field arithmetic for Convolutional Neural Networks. https://medium.com/mlreview/a-guide-to-receptive-field-arithmetic-for-convolutional-neural-networks-e0f514068807"
181181
]
182-
},
183-
{
184-
"cell_type": "code",
185-
"execution_count": null,
186-
"metadata": {},
187-
"outputs": [],
188-
"source": []
189182
}
190183
],
191184
"metadata": {

guide/14-deep-learning/img/aspect.png

-309 KB
Binary file not shown.
1.11 MB
Loading

0 commit comments

Comments
 (0)