2020
09-24
09-24
python 截取XML中bndbox的坐标中的图像,另存为jpg的实例
文件目录Annotations中是XML文件。JPEGImages中是对应的JPG文件XML文件要截取bndbox坐标中的内容。python代码#-*-coding:utf-8-*-#@Time:2020/2/822:14#@Author:SanZhi#@File:get_xml.py#@Software:PyCharmimportcv2importnumpyasnpimportxml.dom.minidomimportosimportargparsedefmain():#JPG文件的地址img_path='D:/ser/JPEGImages/'#XML文件的地址anno_path='D:/ser/Annotations/'#...
继续阅读 >