From 3107aa2152de9be8317e62da1d0327bcad6552e2 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Thu, 27 Jan 2022 16:39:37 +0000 Subject: MLECO-2873: Object detection usecase follow-up Change-Id: Ic14e93a50fb7b3f3cfd9497bac1280794cc0fc15 Signed-off-by: Isabella Gottardi --- source/use_case/object_detection/include/YoloFastestModel.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/use_case/object_detection/include/YoloFastestModel.hpp') diff --git a/source/use_case/object_detection/include/YoloFastestModel.hpp b/source/use_case/object_detection/include/YoloFastestModel.hpp index f5709ea..2986a58 100644 --- a/source/use_case/object_detection/include/YoloFastestModel.hpp +++ b/source/use_case/object_detection/include/YoloFastestModel.hpp @@ -19,6 +19,11 @@ #include "Model.hpp" +extern const int originalImageSize; +extern const int channelsImageDisplayed; +extern const float anchor1[]; +extern const float anchor2[]; + namespace arm { namespace app { -- cgit v1.2.1