Home
last modified time | relevance | path

Searched defs:ymax1 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/
H A Dtest.py29 def CalculateOverlap(xmin0, ymin0, xmax0, ymax0, xmin1, ymin1, xmax1, ymax1): argument
184 ymax1 = predictions[0][m][2] variable
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.cc32 …t xmin0, float ymin0, float xmax0, float ymax0, float xmin1, float ymin1, float xmax1, float ymax1) in CalculateOverlap()
65 float ymax1 = outputLocations[m * 4 + 1] + outputLocations[m * 4 + 3]; in nms() local
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc96 …t xmin0, float ymin0, float xmax0, float ymax0, float xmin1, float ymin1, float xmax1, float ymax1) in CalculateOverlap()
129 float ymax1 = outputLocations[m * 4 + 1] + outputLocations[m * 4 + 3]; in nms() local
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dpostprocess.cc99 float ymax1) in CalculateOverlap()
129 float ymax1 = outputLocations[m * 4 + 1] + outputLocations[m * 4 + 3]; in nms() local
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/
H A Dobjects_tracker.cc37 int ymax1 = r2.y +r2.height; in CalculateIOU() local