Project-MONAI / Project-MONAI/monai-deploy-app-sdk

[BUG] Unable to run ai_unetr_seg_app due to missing traced model

Open
#511 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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:

"https://developer.download.nvidia.com/assets/Clara/monai/tutorials/model_zoo/model_swin_unetr_btcv_segmentation_v1.pt"

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.