Properly introduced anchor boxes

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-10-02 15:47:43 +02:00
parent 96f9a696f5
commit bca499f2d2

View File

@ -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