Replies: 1 comment
-
Hi @D123Roy , See here, if no model provided, the app will initialize and download a pretrained model from website: To use your own model, you could put your model in the model folder name f"pretrained_{name}.pt" , for example: pretrained_segmentation_spleen.pt "", add a conf argument: --conf use_pretrained_model false. Then the monai label server should be able to load the model for auto segmentation. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have generated a model (a .pth file) and now trying to integrate it into 3D Slicer by adding the path to .pth to the model.
I have tested the model and it is generating fine results. However, on running the model in auto segmentation section it gives completely off the track labels to Spleen.
I referred to -
https://github.com/Project-MONAI/tutorials/blob/main/3d_segmentation/spleen_segmentation_3d.ipynb
to generate the weights for the model.
My question is how do we integrate the weight into the 3D Slicer? Please suggest
Beta Was this translation helpful? Give feedback.
All reactions