Where can I get the final model #1470
Unanswered
thunder-007
asked this question in
Q&A
Replies: 2 comments 12 replies
-
Hi @thunder-007, sorry that I didn't fully understand your question.
You can also use |
Beta Was this translation helpful? Give feedback.
0 replies
-
HI @KumoLiu I mean I don''t have infrastructure to train where can I directly find the pretrained model also I'm confused with the inference and preprocessing is there some simple method which takes the .nii.gz file and slice number as input and give the mask and the image as ouput. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't have enough compute power to train the model by myself. It would be helpful if I can get the huggingfaces link also the script to load and test a test script with nii.gz file and slice as input and predicts the output https://github.com/Project-MONAI/tutorials/blob/main/3d_segmentation/brats_segmentation_3d.ipynb
model.load_state_dict(torch.load(os.path.join(root_dir, "best_metric_model.pth")))
Beta Was this translation helpful? Give feedback.
All reactions