Second pass over thesis

- added more glossary terms
- added crucial information
- improved language

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-09-30 13:44:38 +02:00
parent 7ec1cfce36
commit d1ead9e613
3 changed files with 105 additions and 40 deletions

View File

@ -66,3 +66,43 @@ points in the thesis but did not make it into it.
\caption{Number of ground truth detections per class (top 5).}
\label{tab:gt-spread}
\end{table}
\begin{table}[htbp]
\centering
\begin{tabular}{rccc}
\hline
variant & before & after & after \\
& \gls{entropy}/NMS & \gls{entropy}/NMS & top \(k\) \\
\hline
Bay. \gls{SSD}, no dropout, no \gls{NMS} & 19,014 & 48,484 & 27,707 \\
no dropout, \gls{NMS} & 19,014 & 14,542 & 13,486 \\
\hline
\end{tabular}
\caption{Comparison of Bayesian \gls{SSD} variants without dropout with
respect to the number of detections before the \gls{entropy} threshold,
after it and/or \gls{NMS}, and after top \(k\). The
\gls{entropy} threshold 1.5 was used for both. The numbers are for
the persons class.}
\label{tab:effect-nms}
\end{table}
\begin{table}[htbp]
\centering
\begin{tabular}{rccc}
\hline
variant & before & after & after \\
& \gls{entropy}/NMS & \gls{entropy}/NMS & top \(k\) \\
\hline
Bay. \gls{SSD}, no dropout, no \gls{NMS} & 1,011 & 1,785 & 1,458 \\
no dropout, \gls{NMS} & 1,011 & 426 & 425 \\
\hline
\end{tabular}
\caption{Comparison of Bayesian \gls{SSD} variants without dropout with
respect to the number of detections before the \gls{entropy} threshold,
after it and/or \gls{NMS}, and after top \(k\). The
\gls{entropy} threshold 1.5 was used for both. The numbers are for
the dogs class.}
\label{tab:effect-nms}
\end{table}