python對目標檢測數據集xml文件操做

博主在製做目標檢測數據集時,須要將以前的標籤進行替換,將person替換爲rider,使用python批量處理xml格式文件以下:python import os, sys import glob from xml.etree import ElementTree as ET #批量讀取Annotations下的xml文件 #per=ET.parse(r'C:\Users\rockhuang\De
相關文章
相關標籤/搜索