Functionxywh2xyxy Convert nx4 boxes from [xc, yc, w, h] to [x1, y1, x2, y2] where xy1=top-left, xy2=bottom-right
face_reg_recog_milvus/app/utils/image.py:80
Functionxyxy2xywh Convert nx4 boxes from [x1, y1, x2, y2] to [xc, yc, w, h] where xy1=top-left, xy2=bottom-right
face_reg_recog_milvus/app/utils/image.py:68