读取xml文件 xml文件常用于检测任务的标注,里面一般会包含bndox。关于xml的其他信息可以参考:https://www.cnblogs.com/miniren/p/5092019.html import xml.dom.minidom #载入xml文件 DomTree = xml.dom.minidom.parse(xmlfile)... python 2024-05-06 53 点赞 0 评论 80 浏览