增广数据集-图像旋转+标签坐标旋转

import numpy as np import os import cv2 from math import * def rotate_images(path, angle): image_dir = path pathDir = os.listdir(image_dir) for s in pathDir: newDir = os.path.joi
相关文章
相关标签/搜索