目标检测中bounding box的几种表示形式
1.xyxy型(x_min,y_min,x_max,y_max)
VOC边框表示法
2.tlwh型(x_min,y_min,width,height)
coco边框表示法
3.xywh型(x_center,y_center,width,height)
yolo边框表示法
2023-11-21 22:37:46
VOC边框表示法
coco边框表示法
yolo边框表示法
下一篇:平分正方形