赞
踩
import os
from PIL import Image
""""转换drone标签文件为YOLO格式"""
anns = './2019_09_02_C0002_3700_mavic.txt' #原来的标签文件
img_path = './img/' #图片路径
ann_write = './ann/' #转换后yolo格式的标签保存路径
class_ids = {
'drone':&
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。