From 9fde66abf11e9fbbb71955a06d097b92f7e25398 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 9 Sep 2019 12:08:24 +0200 Subject: [PATCH] Updated method part with current Bayesian filtering process Signed-off-by: Jim Martens --- body.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/body.tex b/body.tex index 342f7ab..4315cfb 100644 --- a/body.tex +++ b/body.tex @@ -574,7 +574,9 @@ varying classifications are averaged into multiple lower confidence values which should increase the entropy and, hence, flag an observation for removal. -The final step is a top \(k\) selection. +The remainder of the filtering follows the vanilla SSD procedure: per-class +confidence threshold, non-maximum suppression, and a top \(k\) selection +at the end. \chapter{Experimental Setup and Results}