Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py51 def IntersectBBox(box1, box2): function
118 ovr = IntersectBBox(bboxes[idx_class_conf[i][0]], bboxes[idx_class_conf_[k][0]])
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/
H A Dtest.py26 def IntersectBBox(box1, box2): function
96 ovr = IntersectBBox(bboxes[idx_class_conf[i][0]], bboxes[idx_class_conf_[k][0]])