aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ssd_multibox/main.cpp')
-rw-r--r--examples/ssd_multibox/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/ssd_multibox/main.cpp b/examples/ssd_multibox/main.cpp
index eaa61bd..93f4c89 100644
--- a/examples/ssd_multibox/main.cpp
+++ b/examples/ssd_multibox/main.cpp
@@ -166,9 +166,6 @@ bool RunConfiguration(const cmdline_opts_t& opts)
166 c.enableApiTrace = opts.verbose; 166 c.enableApiTrace = opts.verbose;
167 if (opts.num_eves == 0 || opts.num_dsps == 0) 167 if (opts.num_eves == 0 || opts.num_dsps == 0)
168 c.runFullNet = true; 168 c.runFullNet = true;
169 // DSP only execution requires larger NETWORK HEAP size
170 if (opts.num_eves == 0)
171 c.NETWORK_HEAP_SIZE = 75000000;
172 169
173 // setup camera/video input 170 // setup camera/video input
174 VideoCapture cap; 171 VideoCapture cap;