From ef90497eccf48bd725a96eb79e062ebfd4e2d618 Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Wed, 27 Apr 2022 17:24:36 +0100 Subject: MLECO-3076: Add use case API for object detection * Removed unused prototype for box drawing Signed-off-by: Richard Burton Change-Id: I1b03b88e710a5efb1ff8e107859d2245b1fead26 --- source/use_case/object_detection/src/MainLoop.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/use_case/object_detection/src/MainLoop.cc') diff --git a/source/use_case/object_detection/src/MainLoop.cc b/source/use_case/object_detection/src/MainLoop.cc index acfc195..4291164 100644 --- a/source/use_case/object_detection/src/MainLoop.cc +++ b/source/use_case/object_detection/src/MainLoop.cc @@ -19,7 +19,6 @@ #include "YoloFastestModel.hpp" /* Model class for running inference. */ #include "UseCaseHandler.hpp" /* Handlers for different user options. */ #include "UseCaseCommonUtils.hpp" /* Utils functions. */ -#include "DetectorPostProcessing.hpp" /* Post-processing class. */ #include "log_macros.h" static void DisplayDetectionMenu() @@ -53,9 +52,6 @@ void main_loop() caseContext.Set("profiler", profiler); caseContext.Set("model", model); caseContext.Set("imgIndex", 0); - arm::app::object_detection::DetectorPostprocessing postp; - caseContext.Set("postprocess", postp); - /* Loop. */ bool executionSuccessful = true; -- cgit v1.2.1