PyMIC_examples
PyMIC_examples copied to clipboard
examples of using PyMIC for medical image computing with deep learning
Hi, I was trying to follow the semi-supervised example (dataset AtriaSeg). When I ran the following command I got an error. ```bash pymic_train config/unet3d_r10_em.cfg ``` ``` torch.backends.cuda.matmul.allow_tf32 = True by...
Hi, thanks for your sharing for the excellent work! I have read the PYMIC paper and the CopleNet paper, and have a question here: Can I use CopleNet in PyMIC...
Thanks for your work, I need your help. I just follow readme, but there is a problem when running `pymic_train config/unet.cfg` I didn't modify any configuration or code, there is...
The gpu default configuration in the file is 1. However I only have one gpu, so it cant work out by just copying the instruction. As a beginner ,it is...
This is impressive work!!! I want to run an example for semi-superior segmentation, however I can't find any preprocessed data in this repository. How can I process my own data...
I was trying to access teh data (Luna16) using the provided google drive link but it says the page no longer exists. Could you look into this? Thanks.
I am using PyMIC for a classification task to determine whether the left ventricle (LV) has a scar or not. I noticed in the PyMIC examples that it mentions the...