aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2019-09-27 19:07:15 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-10-01 15:04:42 +0000
commitb94c368a39ba6518d843c66a156f825a2c66af60 (patch)
tree384c4e4ed83389f300f491a63cd70a23e646babe /examples
parent3d8fe497fc76ec6ad265c03fe02e29ed2ddf2d93 (diff)
downloadComputeLibrary-b94c368a39ba6518d843c66a156f825a2c66af60.tar.gz
COMPMID-2645: Detection Post-Process fixes
-Uses temporary buffers withing run() to avoid keeping state -Reworks and cleans the implementation Change-Id: I34b5bad7f8a07e284214ec61de9cf3a2eb1f608c Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-on: https://review.mlplatform.org/c/2000 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/graph_ssd_mobilenet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/graph_ssd_mobilenet.cpp b/examples/graph_ssd_mobilenet.cpp
index 01d7a866e4..233d22c8ed 100644
--- a/examples/graph_ssd_mobilenet.cpp
+++ b/examples/graph_ssd_mobilenet.cpp
@@ -519,7 +519,6 @@ private:
// Quantization info taken from the TfLite SSD MobileNet example
const QuantizationInfo in_quant_info = QuantizationInfo(0.0078125f, 128);
-
// Create core graph
graph << InputLayer(input_descriptor.set_quantization_info(in_quant_info),
get_weights_accessor(data_path, common_params.image, DataLayout::NHWC));