MedicalZooPytorch
MedicalZooPytorch copied to clipboard
Data directory structure
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
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