summaryrefslogtreecommitdiff
path: root/source/use_case/object_detection/include/YoloFastestModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/use_case/object_detection/include/YoloFastestModel.hpp')
-rw-r--r--source/use_case/object_detection/include/YoloFastestModel.hpp5
1 files changed, 5 insertions, 0 deletions
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 {