xml_convert_rotate.py

时间:2022-09-19 09:15:23
【文件属性】:

文件名称:xml_convert_rotate.py

文件大小:5KB

文件格式:PY

更新时间:2022-09-19 09:15:23

object detection 目标检测 标签

# 目标检测 图片翻转对应xml变换 # 找到原图中标记方框的四个边中点坐标, # 计算其旋转后的坐标位置, # 然后利用cv2.boundingRect函数找到四个新坐标的外接矩形 # 作为新的xml文件中的bndbox值写入。


网友评论