From 5bbd59a83d205c9c9bd177f5c466b342492fb158 Mon Sep 17 00:00:00 2001 From: Yonghye Kwon Date: Wed, 10 Mar 2021 15:32:20 +0900 Subject: [PATCH] fix typo in table fix typo in table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8550ace..48cd6e8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ SSD anchor configurtion is show bellow: | multibox layers | feature map size | anchor size | aspect ratio)| | ---- | ---- | ---- | ---- | |First|33x33|0.04,0.056|1,0.62,0.42| -Second ||17x17|0.08,0.11|1,0.62,0.42| +Second |17x17|0.08,0.11|1,0.62,0.42| |Third|9x9|0.16,0.22|1,0.62,0.42| |Forth |5x5|0.32,0.45|1,0.62,0.42| |Fifth|3x3|0.64,0.72|1,0.62,0.42|