Joeycho

Results 7 comments of Joeycho

> I've changed to the **develop** branch today, and I was able to compile OK! Natively on my Mac mini M1. > > I have tested my registration code and...

Hi, I was struggling this issue although my environment is MAC M1. First, I replace @SimpleITK_BINARY_MODULE@ as SimpleITK-build/Wrapping/Python/SimpleITK/**_SimpleITK.so** file. in my case, it was located under /Wrapping/Python/SimpleITK, but I'm not...

Hi, I had similar issues. First I usually check the actual file size(image, label), they should be big enough (labels are smaller). If the actual size is below (500KB), then...

Hi, I think nnUNet support 3 digit.(XXX, like 001, 002, 003...etc) so.. RuntimeError: Could not find a task with the ID 9 Maybe you need to put 009 as task...

Hi, I think there is misunderstanding if I understood cross validation in nnU-Net correctly. nnUNet assume that there is no testing set, as same as your condition. nnUNet do cross-validation...

Hi @peeelS, I hope it was helpful to you. I think it makes sense to me, loading final model in training flow. only in validation and for test purpose, load...