Project-MONAI / Project-MONAI/monai-deploy-app-sdk
[BUG] Unable to run ai_unetr_seg_app due to missing traced model
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 138
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
it is not possible to run the ai_unetr_seg_app example, because provided model is not traced. When I get the model from Model Zoo large_files.yml:
I am hitting an exception:
monai.deploy.exceptions.ItemNotExistsError: A predictor of the model is not set.
Please kindly provide a TorchScript model to test the application.
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ai_unetr_seg_app example and the model reference in large_files.yml, then reproduce the reported ItemNotExistsError using the linked model URL. Check how the example loads its model and verify that the supplied model provides a predictor so the application runs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- ai, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100