6
body.tex
6
body.tex
@ -520,7 +520,7 @@ top \(k\) selection happen like in vanilla SSD.
|
|||||||
\label{chap:experiments-results}
|
\label{chap:experiments-results}
|
||||||
|
|
||||||
This chapter explains the used data sets, how the experiments were
|
This chapter explains the used data sets, how the experiments were
|
||||||
set up, and what the results were.
|
set up, and what the results are.
|
||||||
|
|
||||||
\section{Data sets}
|
\section{Data sets}
|
||||||
|
|
||||||
@ -533,7 +533,7 @@ keypoint detection, and panoptic segmentation (scene segmentation).
|
|||||||
The data of any data set has to be prepared for use in a neural
|
The data of any data set has to be prepared for use in a neural
|
||||||
network. Typical problems of data sets include, for example,
|
network. Typical problems of data sets include, for example,
|
||||||
outliers and invalid bounding boxes. Before a data set can be used,
|
outliers and invalid bounding boxes. Before a data set can be used,
|
||||||
these problems need to be removed.
|
these problems need to be resolved.
|
||||||
|
|
||||||
For the MS COCO data set, all annotations were checked for
|
For the MS COCO data set, all annotations were checked for
|
||||||
impossible values: bounding box height or width lower than zero,
|
impossible values: bounding box height or width lower than zero,
|
||||||
@ -545,7 +545,7 @@ bounding box width or height was set to (image width - \(x_{min}\)) or
|
|||||||
(image height - \(y_{min}\)) respectively;
|
(image height - \(y_{min}\)) respectively;
|
||||||
in the other cases the annotation was skipped.
|
in the other cases the annotation was skipped.
|
||||||
If the bounding box width or height afterwards is
|
If the bounding box width or height afterwards is
|
||||||
lower than or equal to zero the annotation is skipped.
|
lower than or equal to zero the annotation was skipped.
|
||||||
|
|
||||||
SSD accepts 300x300 input images, the MS COCO data set images were
|
SSD accepts 300x300 input images, the MS COCO data set images were
|
||||||
resized to this resolution; the aspect ratio was not kept in the
|
resized to this resolution; the aspect ratio was not kept in the
|
||||||
|
|||||||
Reference in New Issue
Block a user