LeeJunHyun / Image_Segmentation

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

where i can find the GroundTruth data.i just find train GT while test and valid don't find #26

Closed zz10001 closed 5 years ago

zz10001 commented 5 years ago

run main.py.it show haven't it image

LeeJunHyun commented 5 years ago

Hi, @zz10001 . You should prepare the dataset within proper directory before run the code.

zz10001 commented 5 years ago

thx,i will have a try

zz10001 commented 5 years ago

one more question,how can get the predict response like showed in isic website like submission instructions in 3.test list 2 run your algorithm ......to product predict responses image

LeeJunHyun commented 5 years ago

I am not 100% sure, but I think they request output files such as *.png format. Sorry, I didn't participate in the challenge.

zz10001 commented 5 years ago

Thangk you all the same for your great work!

LeeJunHyun commented 5 years ago

Thank you for your interest about my repo :)