davidiommi / Pytorch--3D-Medical-Images-Segmentation--SALMON

Segmentation deep learning ALgorithm based on MONai toolbox: single and multi-label segmentation software developed by QIMP team-Vienna.
https://zmpbmt.meduniwien.ac.at/wissenschaft-forschung/qimp/
MIT License
120 stars 26 forks source link

About patch size #5

Closed Lnan1615 closed 3 years ago

Lnan1615 commented 3 years ago

Shouldn't the patch size obtained by volume be 161616? The default for init.py is 25625616. When I tried to train my own model to segment the airway with CT images, the loss was consistently above 0.9. I tried to adjust the size of patch, but the loss was still not reduced. Are there any other parameters I need to modify?