Answer the question
In order to leave comments, you need to log in
How to save multiple pictures in .npy?
There is a loop, at each iteration of which one picture from the folder with pictures is processed:
for file_name in os.listdir(images_set):
img = imread(file_name)
img = rgb2gray(img)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question