Replies: 1 comment 2 replies
-
Hi @pzaffino, could you please share the error log? Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to use Wholebrainseg large unest segmentation (from the monai zoo model) in my python code.
I implemented the preprocessing transforms according to what I see in the repository (including registration on atlas), so my image is ready for the inference.
I also loaded the pt model.
At this point my question is: how to feed the image into the model to get the segmentation?
Something like
out = model(img)
doesn't work.
Thanks a lot.
Paolo
Beta Was this translation helpful? Give feedback.
All reactions