black0017 / MedicalZooPytorch

A pytorch-based deep learning framework for multi-modal 2D/3D medical image segmentation
MIT License
1.72k stars 299 forks source link

Data size into the model #32

Open ramdhan1989 opened 9 months ago

ramdhan1989 commented 9 months ago

Hi, I would like to train using my own data. I have volume x,y,z and corresponding 1 segmentation with 99 classes. what is the data size that feeded into the model. since I don't have access into the data example, what is the size of data example used?