Remove no more relevant commented code for a test
This commit is contained in:
parent
15c41c0463
commit
8748e648b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user