python提取xml文件標籤中的位置信息截取圖像指定區域並另存指定文件夾

#!/usr/bin/env python3 # -*- coding: utf-8 -*- import xml.etree.ElementTree as ET import os, shutil import cv2 # from cv2 import cv2 as cv dir_path = 'xxxxxxx/xxxxxxx' #new_dir = 'xxxxxxx/xxxxxxx'
相關文章
相關標籤/搜索