SegDecNet
SegDecNet copied to clipboard
error
raise ValueError("num_samples should be a positive integer " ValueError: num_samples should be a positive integer value, but got num_samples=0
I have this problem too, have you solved it?
Be aware of the parameters when calling DataLoader.With batch_simple,random samples do not need shuffle.So,shuffle should be set to False.
Changed ".jpg" to ".bmp" at dataset.py . it has been mentioned in https://github.com/seanXYZ/SegDecNet/issues/3, and i test it works.