Bilal Imran

Results 1 issues of Bilal Imran

AttributeError Traceback (most recent call last) in 5 6 obj=preprocesses(input_datadir,output_datadir) ----> 7 nrof_images_total,nrof_successfully_aligned=obj.collect_data() 8 9 print('Total number of images: %d' % nrof_images_total) ~\testing new\preprocess.py in collect_data(self) 22 23 dataset =...