for example: x = imread(f'image_{i}.jpg') ... y = targets[i] X.append(x) Y.append(y) return np.array(X), np.array(Y).
確定! 回上一頁