xmengli / H-DenseUNet

TMI 2018. H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes
526 stars 161 forks source link

About the test dataset #15

Closed ericyeyeye closed 5 years ago

ericyeyeye commented 5 years ago

In the LiTS google cloud, there is not a folder for test data. All of the images(131) are for the training. When I run the test.py the livermask dimension is not the same as the test data. I want to know where do you get the test dataset? Or can you tell me what is the dataset you use for the coarse mask? Thanks a lot.

andebana1 commented 5 years ago

Hi, Eric. I'm using the dataset available at http://medicaldecathlon.com. It seems to have all the same files than the original LiTS dataset. You just will need make some adjusts in the code, nothing much. Hope it help you.

ericyeyeye commented 5 years ago

Thanks a lot andebana1!!! That would be very helpful for me.