summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2022-02-15 16:39:18 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2022-02-15 17:12:02 +0000
commit9c54990fac1fd1949df3f021e81bec28bce28903 (patch)
treec66931c76f3be3874ed06007baabadf330496cb0 /tests
parent31916b62321020b4949474b5d0a84799a27436d0 (diff)
downloadml-embedded-evaluation-kit-9c54990fac1fd1949df3f021e81bec28bce28903.tar.gz
MLECO-2946: Draw boxes directly on the LCD
* No longer copy the source image * Boxes are drawn directly to LCD rather than on source image * Change c style casts to static casts Signed-off-by: Richard Burton <richard.burton@arm.com> Change-Id: Ib8e926cb1a87bc2c40424eb5aace40170c526f1d
Diffstat (limited to 'tests')
-rw-r--r--tests/use_case/object_detection/InferenceTestYoloFastest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/use_case/object_detection/InferenceTestYoloFastest.cc b/tests/use_case/object_detection/InferenceTestYoloFastest.cc
index b3bd408..8ef012d 100644
--- a/tests/use_case/object_detection/InferenceTestYoloFastest.cc
+++ b/tests/use_case/object_detection/InferenceTestYoloFastest.cc
@@ -96,7 +96,6 @@ void TestInferenceDetectionResults(int imageIdx, arm::app::Model& model, T toler
arm::app::object_detection::DetectorPostprocessing postp;
postp.RunPostProcessing(
- nullptr,
nRows,
nCols,
output_arr[0],