LeeJunHyun / Image_Segmentation

Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
2.66k stars 594 forks source link

ValueError: num_samples should be a positive integer value, but got num_samples=0 #93

Closed mjiangtao closed 5 months ago

mjiangtao commented 5 months ago

when I use the main.py file ,it shows me an error that ValueError: num_samples should be a positive integer value, but got num_samples=0. Please help me solve the problem. Thank you.

mjiangtao commented 5 months ago

Can you show more details about these files, and how to use it.