From 67879375b1a9f00c60f8a2ec7201143a44c4981e Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 14 Aug 2019 16:42:16 +0200 Subject: [PATCH] Improved spacing around \cdot Signed-off-by: Jim Martens --- body.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/body.tex b/body.tex index 413b8f3..ad7ace0 100644 --- a/body.tex +++ b/body.tex @@ -488,7 +488,7 @@ Bayesian SSD has the speciality of multiple forward passes. Based on the information in the paper, the detections of all forward passes are grouped per image but not by forward pass. This leads to the following shape of the network output after all -forward passes: \((batch\_size, \#nr\_boxes \cdot \#nr\_forward\_passes, \#nr\_classes + 12)\). The size of the output +forward passes: \((batch\_size, \#nr\_boxes \, \cdot \, \#nr\_forward\_passes, \#nr\_classes + 12)\). The size of the output increases linearly with more forward passes. These detections have to be decoded first. Afterwards they are