ELEKTRONN / elektronn3

A PyTorch-based library for working with 3D and 2D convolutional neural networks, with focus on semantic segmentation of volumetric biomedical image data
MIT License
160 stars 27 forks source link

How to train the model with custom datasets #50

Open Elmiar0642 opened 1 year ago

Elmiar0642 commented 1 year ago

I wish to use ADNI 3D MRI dataset. I saw training script. Idk how to modify it for custom datasets, especially like ADNI.

I just wish to normally create a model object and then train the model with the 3D images I have inside a directory. I just need to visualise the feature maps at each unit.

mdraw commented 1 year ago

If you want to use another dataset there are in principle two ways to proceed: