Add a missing parameter
This commit is contained in:
parent
fb58d78fed
commit
eac2cf2174
@ -123,8 +123,8 @@ for color in Color:
|
||||
mean = None
|
||||
numberOfImagesInMean = 0
|
||||
|
||||
for imageFileName in tqdm(imagesFileNames, 'Denoising images'):
|
||||
treatImage(imageFileName)
|
||||
for imageFileName in tqdm(imagesFileNames, f'Denoising images for color {color}'):
|
||||
treatImage(imageFileName, color = color)
|
||||
|
||||
npArrayFilePath = f'mean_{imagesFolderPathFileName}_{denoiser}_{color}.npy'
|
||||
with open(npArrayFilePath, 'wb') as f:
|
||||
|
Loading…
Reference in New Issue
Block a user