-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nnUNetPredictor available in newest nnUNetv2 pip package #38
Comments
Nice! Thanks for letting us know! TODO:
|
Thanks @hermancollin for opening the issue! I updated the inference code to follow the latest nnunet version For @hermancollin can you please try testing one of these inference scripts and let me know if it works? Thanks! |
@naga-karthik sure I can test this. Only thing to look out for is that v2.2 requires python >= 3.9 (I know it caused some issues for Mathieu). Maybe this should be specified somewhere. Also, @valosekj is there a specific reason why the requirements file is a .py file? I thought it was a typo so I renamed the file but if there is a reason for this we can always change it back. Nevertheless, we also need to bump the nnunetv2 version here:
I pushed a patch for this. Apart from this, there were problems with the script and I was not able to segment images, both with |
Good catch! You're right, it is a typo. |
I fixed some minor stuff in #39. It's possible that run_inference_single_subject is not affected by this change because the user does not have the option to use a folder for segmentation. |
utilities/packaging/run_nnunet_inference.py
Lines 151 to 154 in de4f1f7
Just want to point out that option 2 is now usable with the newest nnUNetv2 pip package (v2.2, released 3 weeks ago)
The text was updated successfully, but these errors were encountered: