Jianf-Wang / GBDL

A Pytorch implementation of CVPR 2022 paper "Rethinking Bayesian Deep Learning Methods for Semi-Supervised Volumetric Medical Image Segmentation"
54 stars 8 forks source link

dataset #2

Closed debuluoyizhe closed 1 year ago

debuluoyizhe commented 1 year ago

Hello, could you please explain the division of the data set, or supplement,thanks. Since the number of png pages in each data set is different, I would like to know how the data set is divided.I had this problem FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/wb/Desktop/gbdl-dataset/dataset/KiTS19/kits19-slice/case_00106 /segmentation\segmentation-22.png'

Jianf-Wang commented 1 year ago

Hi, thanks for your attention to this work. Did u change the dataset.py file by yourself ? I remember that the zero-padding operation is used when the number of slices is not enough for each case.

debuluoyizhe commented 1 year ago

Hi, thanks for your attention to this work. Did u change the dataset.py file by yourself ? I remember that the zero-padding operation is used when the number of slices is not enough for each case.

Thank you very much for your reply. I solved this problem, but there is another problem. I want to know whether the training set and test set are randomly divided

Jianf-Wang commented 1 year ago

Yes, they are. Plus, there is another similar issue here https://github.com/Jianf-Wang/GBDL/issues/1