Home
last modified time | relevance | path

Searched defs:NMSThreshold (Results 1 – 2 of 2) sorted by relevance

/external/armnn/samples/ObjectDetection/src/
DNetworkPipeline.cpp57 float NMSThreshold, float ClsThreshold, float ObjectThreshold) : in YoloV3Tiny()
87 float NMSThreshold = 0.6f; in CreatePipeline() local
DYoloResultDecoder.cpp94 YoloResultDecoder::YoloResultDecoder(float NMSThreshold, float ClsThreshold, float ObjectThreshold) in YoloResultDecoder()