LeeJunHyun / Image_Segmentation

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

Running code #72

Closed amsinha9 closed 1 year ago

amsinha9 commented 3 years ago

If we don't have the data split into training, validation and test yet, we use dataset.py right? Where do we specify the filepath to our data?

2zjz commented 2 months ago

94