From 06c71f4c32871cb9f58f90cc25b62ff57e7d32bf Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 11 Sep 2019 14:29:23 +0200 Subject: [PATCH] Unified entropy thresholds Signed-off-by: Jim Martens --- body.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/body.tex b/body.tex index 6dabbe3..ecd0f8e 100644 --- a/body.tex +++ b/body.tex @@ -134,7 +134,7 @@ baseline to compare against. In particular, vanilla SSD uses a per-class confidence threshold of 0.01, an IOU threshold of 0.45 for the non-maximum suppression, and a top k value of 200. The effect of an entropy threshold is measured against this vanilla -SSD by applying entropy thresholds from 0.1 to 2.4 (limits taken from +SSD by applying entropy thresholds from 0.1 to 2.4 inclusive (limits taken from Miller et al.). Dropout sampling is compared to vanilla SSD, both with and without entropy thresholding. @@ -655,7 +655,7 @@ on the result. Both, vanilla SSD with entropy thresholding and Bayesian SSD with entropy thresholding, were tested for entropy thresholds ranging -from 0.1 to 2.5 as specified in Miller et al.~\cite{Miller2018}. +from 0.1 to 2.4 inclusive as specified in Miller et al.~\cite{Miller2018}. \section{Results}