Home
last modified time | relevance | path

Searched refs:detectionThreshold (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DRecognizeCommands.java32 private float detectionThreshold; field in RecognizeCommands
56 detectionThreshold = inDetectionThreshold; in RecognizeCommands()
176 if ((currentTopScore > detectionThreshold) && (timeSinceLastTop > suppressionMs)) { in processLatestResults()
/external/armnn/samples/ObjectDetection/src/
DObjectDetectionPipeline.cpp79 float detectionThreshold = 0.5; in CreatePipeline() local
82 detectionThreshold in CreatePipeline()
/external/armnn/samples/ObjectDetection/test/delegate/
DArmnnDelegateNetworkExecutorTest.cpp39 float detectionThreshold = 0.6; variable
46 od::SSDResultDecoder ssdResult(detectionThreshold);