Home
last modified time | relevance | path

Searched refs:filter_boxes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/
H A Dyolov3_utils.py51 def filter_boxes(boxes, box_confidences, box_class_probs): function
125 b, c, s = filter_boxes(b, c, s)
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/
H A Dtest.py72 def filter_boxes(boxes, box_confidences, box_class_probs): function
152 b, c, s = filter_boxes(b, c, s)