aboutsummaryrefslogtreecommitdiff
path: root/samples/ObjectDetection/include/SSDResultDecoder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'samples/ObjectDetection/include/SSDResultDecoder.hpp')
-rw-r--r--samples/ObjectDetection/include/SSDResultDecoder.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/ObjectDetection/include/SSDResultDecoder.hpp b/samples/ObjectDetection/include/SSDResultDecoder.hpp
index 65afb8d376..4c703c18fc 100644
--- a/samples/ObjectDetection/include/SSDResultDecoder.hpp
+++ b/samples/ObjectDetection/include/SSDResultDecoder.hpp
@@ -21,9 +21,9 @@ public:
*/
SSDResultDecoder(float ObjectThreshold);
- DetectedObjects Decode(const InferenceResults& results,
- const Size& outputFrameSize,
- const Size& resizedFrameSize,
+ DetectedObjects Decode(const common::InferenceResults<float>& results,
+ const common::Size& outputFrameSize,
+ const common::Size& resizedFrameSize,
const std::vector<std::string>& labels) override;
private: