import glob import os import cv2 ### Loop through all jpg files in the current folder ... Resize the image img = cv2.resize(img, (600, 600)).
確定! 回上一頁