From 713e95c8c531c5cecd804a7cecc8af745917315c Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Thu, 20 Jun 2019 17:08:03 +0100 Subject: IVGCVSW-3193 Update bounding box value of MobileNet SSD after refactor Convolution2d and DepthwiseConvolution2d to use Encoders and Decoders Signed-off-by: Narumol Prangnawarat Change-Id: Ic87b8ce6f68343983f3c825902425516cbb23b06 --- tests/MobileNetSsdDatabase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MobileNetSsdDatabase.hpp b/tests/MobileNetSsdDatabase.hpp index 7a30f221d2..349d1ad96a 100644 --- a/tests/MobileNetSsdDatabase.hpp +++ b/tests/MobileNetSsdDatabase.hpp @@ -63,7 +63,7 @@ const std::array g_PerTestCaseInput = { "Cat.jpg", { - DetectedObject(16.0f, BoundingBox(0.208961248f, 0.0852333307f, 0.92757535f, 0.940263629f), 0.79296875f) + DetectedObject(16.0f, BoundingBox(0.216785252f, 0.079726994f, 0.927124202f, 0.939067304f), 0.79296875f) } } }; -- cgit v1.2.1