aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Descriptors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Descriptors.hpp')
-rw-r--r--include/armnn/Descriptors.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/armnn/Descriptors.hpp b/include/armnn/Descriptors.hpp
index b14ed0b1ab..dc09cc60e8 100644
--- a/include/armnn/Descriptors.hpp
+++ b/include/armnn/Descriptors.hpp
@@ -332,7 +332,7 @@ struct DetectionPostProcessDescriptor
DetectionPostProcessDescriptor()
: m_MaxDetections(0)
, m_MaxClassesPerDetection(1)
- , m_DetectionsPerClass(100)
+ , m_DetectionsPerClass(1)
, m_NmsScoreThreshold(0)
, m_NmsIouThreshold(0)
, m_NumClasses(0)