Removed reference to outdated removal of all bg detections for Bayesian SSD
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
4
body.tex
4
body.tex
@ -550,9 +550,7 @@ increases linearly with more forward passes.
|
|||||||
These detections have to be decoded first. Afterwards,
|
These detections have to be decoded first. Afterwards,
|
||||||
all detections are thrown away which do not pass a confidence
|
all detections are thrown away which do not pass a confidence
|
||||||
threshold for the class with the highest prediction probability.
|
threshold for the class with the highest prediction probability.
|
||||||
Additionally, all detections with a winning prediction of background are discarded.
|
Additionally, all detections with a background prediction of 0.8 or higher are discarded.
|
||||||
However, to test the impact an alternative has been implemented as well:
|
|
||||||
Only detections with a background prediction of 0.8 or higher are discarded.
|
|
||||||
The remaining detections are partitioned into observations to
|
The remaining detections are partitioned into observations to
|
||||||
further reduce the size of the output, and
|
further reduce the size of the output, and
|
||||||
to identify uncertainty. This is accomplished by calculating the
|
to identify uncertainty. This is accomplished by calculating the
|
||||||
|
|||||||
Reference in New Issue
Block a user