Searched refs:score_threshold (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/ |
D | non_max_suppression_fp32_tests.cc | 28 …float *score_data, int32_t max_output, float iou_threshold, float score_threshold, int center_box_… 64 float iou_threshold, float score_threshold, int center_box_point) { in Init() argument 79 score_threshold_ = score_threshold; in Init() 103 float score_threshold = 0.0f; in TEST_F() local 107 …tensor_shape, box_data, score_tensor_shape, score_data, max_output, iou_threshold, score_threshold, in TEST_F()
|
/third_party/mindspore/mindspore/dataset/utils/ |
D | browse_dataset.py | 29 score_threshold=0, argument 106 if score_threshold > 0: 121 if draw_bbox[4] < score_threshold:
|
/third_party/gstreamer/gstplugins_bad/ext/onnx/ |
D | gstonnxobjectdetector.h | 65 gfloat score_threshold; member
|
D | gstonnxobjectdetector.cpp | 389 self->score_threshold = g_value_get_float (value); in gst_onnx_object_detector_set_property() 448 g_value_set_float (value, self->score_threshold); in gst_onnx_object_detector_get_property() 640 self->score_threshold); in gst_onnx_object_detector_process()
|