-
Notifications
You must be signed in to change notification settings - Fork 9
Some potential problems with solution #2
Copy link
Copy link
Open
Description
Thanks for sharing this code and pretrained weights! It is very helpful to my project.
When I try to run inferencing with provided code, some errors happened, and I spent several hours to solve them. I list here for authors to modify code / modify instructions, and also hope this post will be useful for other guys interested in this code.
- Project is based on nnUNet v1, the right url is https://github.com/MIC-DKFZ/nnUNet/tree/nnunetv1
- After installation, replace the './nnUNet/nnunet' folder with this repository 'src/nnunet', which contains the needed python codes.
- missing plans.pkl: copy from 'nnUNet_preprocessed/Task111_PancreasT2MRI/nnUNetPlansv2.1_plans_3D.pkl" to "nnUNet_trained_models/nnUNet/3d_fullres/Task111_PancreasT2MRI/nnTransUNetTrainerV2__nnUNetPlansv2.1/plans.pkl"
- missing postprocessing.json: copy from
"nnUNet_trained_models/nnUNet/3d_fullres/Task111_PancreasT2MRI/nnTransUNetTrainerV2__nnUNetPlansv2.1/fold_0/postprocessing.json" to "nnUNet_trained_models/nnUNet/3d_fullres/Task111_PancreasT2MRI/nnTransUNetTrainerV2__nnUNetPlansv2.1/postprocessing.json" - May facing error with "No module named '_tkinter'": comment Line 9 [from turtle import forward] of "nnunet/network_architecture/custom_modules/post_embeddings.py"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels