迅速斑马

文章
3
资源
0
加入时间
2年10月24天

读取xml文件

xml文件常用于检测任务的标注,里面一般会包含bndox。关于xml的其他信息可以参考:https://www.cnblogs.com/miniren/p/5092019.html import xml.dom.minidom #载入xml文件 DomTree = xml.dom.minidom.parse(xmlfile)...