Inom Mirzaev
Results
1
comments of
Inom Mirzaev
Hi @lz666win. Don't delete that line. fileList needs to be sorted. Instead I would suggest doing something like: ``` fileList = list(os.listdir('../data/train/')) fileList = list(filter(lambda x: '.mhd' in x, fileList))...