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:
40
appendix.tex
40
appendix.tex
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user