-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run the prostate-mri-lesion-seg tutorial notebook using jupyter #343
Comments
Notably, the error seems to be the same as in #342. |
Thanks for giving the code a try @deepakri201! The only thing that I can really give feedback based on the error you shared is to make sure that the notebook and the repository are in the right location...the notebook is originally designed to be executed right alongside the application folder, just as it is in the repository. I see that you changed the reference of the folder to an absolute path instead of the relative one...this shouldn't cause an error, but please verify location on your system is referenced properly. Otherwise try keeping as-is and executing alongside application code. @fedorov I see the issue that you raised in #342 when trying to execute on Colab that is also similar. If you just run the notebook in Colab without cloning the full repository files, it will not be able to build the container. |
Thanks for responding! I was able to fix the above error (I had the wrong path name). Now I'm able to run the However now I am running the following command I've downloaded the models from the Google drive folder, and placed them in I've also verified that the Am I supposed to put the models in a different folder? Thanks! Deepa |
Hey @deepakri201 ...that is strange. I am not sure what would be causing this error. I tried some different version of MONAI (I was originally testing with 1.2.0, but 1.3.0 is now available) but I couldn't reproduce. I am using monai==1.3.0 and monai-deploy-app-sdk==0.5.1. Are these the versions you are using? A way to verify directly would be to try to look inside the docker container with a command like: This will open a shell in the container and you could look in the /opt/monai/app/models folder and see if the right model is there. If not, then that is the issue and the container is not properly copying in the models during the build. I see nothing wrong with your folder structure or naming, but maybe something else. Please give this a try and let me know. |
Hi @jtetrea, I checked my version numbers and I'm also using Interestingly, I re-ran everything ( Thank you for your help! Deepa |
That is great news! We appreciate your interest in this model. Please reach out if needed as you continue using it. Cheers! |
Hi,
Describe the bug
I am working with @fedorov, and I'm trying to run the tutorial.ipynb using jupyter. Unfortunately, I get the following error when using
!monai-deploy package
:To Reproduce
Steps to reproduce the behavior:
prostate_mri_lesion_seg
folder with the following files:/monai_deploy_prostate/prostate_mri_lesion_seg_app/models
/monai_deploy_prostate/prostate_mri_lesion_seg_app
/monai_deploy_prostate/test_data/ProstateX-0004
pip install monai-deploy-app-sdk==0.5.1
as written the instructions, as well as installed additional dependencies such aspydicom
,highdicom
,jupyter
, etc.tutorial.ipynb
notebook, I get the error above where the app does not exist.Environment (please complete the following information):
Thank you!
Deepa
The text was updated successfully, but these errors were encountered: