file_paths = glob.glob(path.join(IMAGEPATH+"/"+name, '.')) for path3 in file_paths: img = cv2.imread(path3) img = cv2.resize(img, (w,h) ...
確定! 回上一頁