摘要: def convert(size, box): dw = 1. / (size[0]) dh = 1. / (size[1]) x = (box[0] + box[1]) / 2.0 - 1 y = (box[2] + box[3]) / 2.0 - 1 w = box[1] - box[0] h 阅读全文
posted @ 2023-03-22 14:33 西北逍遥 阅读(22) 评论(0) 推荐(0) 编辑