Which model file should i use while deploying custom model that i created using monai label using monai-deploy-app-sdk. #1515
ArpanGyawali
started this conversation in
General
Replies: 3 comments 4 replies
-
Hi @ArpanGyawali, Thanks for opening this discussion. If you want to continue with MONAI deploy, I'd suggest opening a discussion in the MONAI Deploy repo. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
-
cc @ericspod for any bundle related comments/suggestions, pls see also Project-MONAI/model-zoo#490 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
My task: Skull stripping
What I did:
Now I am trying to deploy the model for inference using monai-deploy-app-sdk.
apps/radiology/models/segmentation brain
directory in the commandpython app.py -i input_dir -o output_dir -m model.pt
But I am getting the error:
ItemNotExistsError: A predictor of the model is not set
How can I get the saved inference model file that can be used while deploying? Do we need a torchscript file of the model? If yes then how to get that?
Any help would be very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions