Searched refs:filter_boxes (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3_utils.py | 51 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 D | test.py | 72 def filter_boxes(boxes, box_confidences, box_class_probs): function 152 b, c, s = filter_boxes(b, c, s)
|