
目标检测
F_aF_a
这个作者很懒,什么都没留下…
展开
-
python读取xml文件
获取这个文件中的<bndbox>中的<xmin><ymin><xmax><ymax>值 import xml.etree.ElementTree as ET xml_path = "/home/A/1.xml" tree = ET.parse(label_path) root = tree.getroot() # <annotation>里的内容 bboxs = [] for obj in root.iter('object'.原创 2021-12-15 20:18:25 · 1117 阅读 · 1 评论 -
FasterRNN_anchor在原图上生成anchor box
原创 2021-12-03 10:33:53 · 1826 阅读 · 0 评论