Remove no more relevant commented code for a test

This commit is contained in:
Benjamin Loison 2024-04-06 00:06:13 +02:00
parent 15c41c0463
commit 8748e648b5
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ npArrayFilePath = 'mean.npy'
mean = None
numberOfImagesInMean = 0
imagesFileNames = os.listdir(imagesFolderPath)#[:2]
imagesFileNames = os.listdir(imagesFolderPath)
def treatImage(imageFileName):
global mean, numberOfImagesInMean