Home
last modified time | relevance | path

Searched defs:confidence_threshold (Results 1 – 4 of 4) sorted by relevance

/external/armnn/python/pyarmnn/examples/object_detection/
Dssd.py12 def ssd_processing(output: np.ndarray, confidence_threshold=0.60): argument
Dyolo.py47 def yolo_processing(output: np.ndarray, confidence_threshold=0.40, iou_threshold=0.40): argument
/external/armnn/tests/TfLiteYoloV3Big-Armnn/
DNMS.hpp16 float confidence_threshold{0.8f}; /**< Inclusion confidence threshold for a box */ member
/external/ComputeLibrary/arm_compute/core/
DTypes.h1056 float confidence_threshold() const in confidence_threshold() function