zhixuhao / unet

unet for image segmentation
MIT License
4.55k stars 1.99k forks source link

Having probelm with testgenerator when testing #108

Open alimsvn opened 5 years ago

alimsvn commented 5 years ago

hi; I trained the model on ultrasound images with grayscale masks but after successful train, when test starts some error comes up :

#Compatibility with the generators StopIteration

Zerppen commented 5 years ago

unet/data.py", line 90, in testGenerator img = trans.resize(img,target_size) NameError: name 'trans' is not defined I got error,is my OSX?