Since the fork neuropoly/medicaltorch is starting to differ a lot from the original medicaltorch repository, the fork will be integrated to the ivado-medical-imaging repository. This will centralize the code and avoid to make changes to 2 different repositories.
Different steps for the medicaltorch integration:
The ivadomed/loader.py may become too dense. We might want to create a loader_utils.py.
The ivadomed/loader.py may become too dense. We might want to create a loader_utils.py.
馃憤 anything that could reduce the code in loader (which is already long) is welcome
I even wonder if we should create a folder loader with core.py, utils.py, adaptative.py etc.
Similarly a model folder with something like: core.py, unet_2d.py, unet_3d.py, hemis.py, film.py, utils.py. ... one day :)
I think we can close this, good job everyone :)
Most helpful comment
I even wonder if we should create a folder
loaderwithcore.py,utils.py,adaptative.pyetc.Similarly a
modelfolder with something like:core.py,unet_2d.py,unet_3d.py,hemis.py,film.py,utils.py. ... one day :)