aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_ssd_mobilenet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_ssd_mobilenet.cpp')
-rw-r--r--examples/graph_ssd_mobilenet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graph_ssd_mobilenet.cpp b/examples/graph_ssd_mobilenet.cpp
index 92abd6a213..7fcc2804a2 100644
--- a/examples/graph_ssd_mobilenet.cpp
+++ b/examples/graph_ssd_mobilenet.cpp
@@ -80,7 +80,7 @@ public:
// Create a preprocessor object
const std::array<float, 3> mean_rgb{ { 127.5f, 127.5f, 127.5f } };
- std::unique_ptr<IPreprocessor> preprocessor = arm_compute::support::cpp14::make_unique<CaffePreproccessor>(mean_rgb, 0.007843f);
+ std::unique_ptr<IPreprocessor> preprocessor = arm_compute::support::cpp14::make_unique<CaffePreproccessor>(mean_rgb, true, 0.007843f);
// Get trainable parameters data path
std::string data_path = common_params.data_path;