File size: 854 Bytes
5cab910
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%auto-ignore
\begin{table}[t!]
\centering
\resizebox{0.9\columnwidth}{!}{
    \renewcommand{\arraystretch}{1.1}
    \begin{tabular}{r|c|ccc|cc}
    \hline
    $\alpha$& \begin{tabular}[x]{@{}c@{}}Wire\\IoU\end{tabular} & F1 & Precision & Recall & \begin{tabular}[x]{@{}c@{}}Avg. Time\\(s/img)\end{tabular} &
    Speed up\\ \hline
    0.0 & 60.97 & 75.75 & 82.63 & 69.93 & 1.91 & 1$\times$ \\
    0.01 & 60.83 & 75.65 & 83.62 & 69.06 & 0.82 & 2.3$\times$ \\
    0.02 & 60.35 & 75.27 & 83.97 & 68.20 & 0.75 & 2.5$\times$ \\
    0.05 & 55.17 & 71.11 & 84.84 & 61.20 & 0.58 & 3.3$\times$ \\
    0.1 & 42.44 & 59.59 & 86.06 & 45.57 & 0.4 & 4.8$\times$ \\
    \hline
\end{tabular}
}
\vspace{-1mm}
\caption{Ablation on the threshold for refinement. At $\alpha=0.0$, all windows are passed to the fine module.}
\label{table:thresholds}
%\vspace{-2mm}
\end{table}