Vicent Caselles-Ballester

Results 6 comments of Vicent Caselles-Ballester
trafficstars

> imageio.imwrite seems the way to go, I've submitted a PR. Hi, I've been trying to get the code to run with imageio.imwrite, but get the following error: `OSError: cannot...

> I've added a PR that fixes this - it's because nibabel deprecated get_data so you have to pass it to numpy.asanyarray Hi, Thanks for your reply. Wouldn't it be...

Hi! Apologies Fabian and Chao for invading this issue, but I am having a similar issue than yours and maybe I can clarify the error Chao was getting. For context,...

Hi Fabian, thank you very much for your response. Regarding your questions: 1) Yes, that was all the error output I got, unfortunately 2) I created a new custom nnUnet_trainer...

Yes, it was the cheapest AWS server with CUDA... It was 4 GB tops. Vicent

Hi! I was checking your code, and there's something interesting I don't understand. Why do you normalize images using numpy.vectorize()? Why not call normalize function directly? What does np.vectorize do?...