-
Notifications
You must be signed in to change notification settings - Fork 203
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
denseCRF3D import error #605
Comments
until @masadcv responds.. you can disable the scribbles For example: |
@masadcv can you handle the import error and automatically exclude scribbles in the app if import fails due to xyz reasons.. |
Thanks, @rijobro for reporting this. |
Thanks @SachidanandAlle and @diazandr3s ! @rijobro this error is coming from SImpleCRF installation - I am unsure why it is causing this. As Andres mentioned, there is another ticket to resolve some installation issues with SimpleCRF on windows. For now, the easiest and quickest solution would be to make these optional_import (unless I am missing something). This means you will lose Scribbles functionality, but be able to get around the errors and use everything else until we find a fix. I will add a PR to do this for all SimpleCRF imports |
Ok all will disable Scribbles for the time being, thanks for the help! |
In a clean conda environment, I did the following to install MONAILabel (wanted it from source so I could use my branch)
Then the following line causes an error
python -c "monailabel start_server ..."
And more specifically, so does the following
python -c "from monailabel.scribbles.transforms import denseCRF3D"
Both times the error is as follows:
Any idea what's going on?
The text was updated successfully, but these errors were encountered: