x_data = np.array( [np.array(cv2.imread(imagePath[i])) for i in range(len(imagePath))] ). 2. . 3. pixels = x_data.flatten().reshape(1000, 12288).
確定! 回上一頁