Properly introduced anchor boxes
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
4
body.tex
4
body.tex
@ -438,8 +438,8 @@ This chapter explains the functionality of \gls{vanilla} \gls{SSD}, Bayesian \gl
|
||||
|
||||
Vanilla \gls{SSD} is based upon the VGG-16 network (see figure
|
||||
\ref{fig:vanilla-ssd}) and adds extra feature layers. The entire
|
||||
image (always size 300x300) is divided up into anchor boxes. During
|
||||
training, each of these boxes is mapped to a ground truth box or
|
||||
image (always size 300x300) is divided up into so called anchor boxes.
|
||||
During training, each of these boxes is mapped to a ground truth box or
|
||||
background. For every anchor box both the offset to
|
||||
the object and the class confidences are calculated. The output of the
|
||||
\gls{SSD} network are the predictions with class confidences, offsets to the
|
||||
|
||||
Reference in New Issue
Block a user