MedicalZooPytorch icon indicating copy to clipboard operation
MedicalZooPytorch copied to clipboard

Data directory structure

Open gm039 opened this issue 5 years ago • 1 comments

Hi,

How to perform 3D segmentation to the custom dataset with 3D volume and corresponding segmentation. A dataset file structure might be helpful for iseg_2017 example.

Thanks

gm039 avatar Jul 17 '20 04:07 gm039

The training code extracts random patches from the medical images which are saved in the folder specified in the dataloader Check this line https://github.com/black0017/MedicalZooPytorch/blob/69ad01ab18818d03cdc0703db67423dcc2f2577c/lib/medloaders/iseg2017.py#L55

iliasprc avatar Sep 10 '20 14:09 iliasprc