Skip to content
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

Model execution fails with output_raw_values missing from RaidionicsLogic #5

Open
anuragp2018 opened this issue Nov 26, 2024 · 2 comments
Assignees

Comments

@anuragp2018
Copy link

anuragp2018 commented Nov 26, 2024

I tried running the Neuro LGG PreOp segmentation model, but when clicking on Run the segmentation, the method never finishes and the following error shows in the python console:

[Python] Traceback (most recent call last):
[Python] File "D:\Raidionics-Slicer-master\Raidionics-Slicer-master\Raidionics\Raidionics\src\gui\Segmentation\ModelsExecutionWidget.py", line 219, in on_interactive_slider_moved
[Python] if current_class not in list(RaidionicsLogic.getInstance().output_raw_values.keys()):
[Python] AttributeError: 'RaidionicsLogic' object has no attribute 'output_raw_values'

I also attached logging screenshot
Screenshot 2024-11-26 115523

@MoraRubio
Copy link

+1

@dbouget dbouget self-assigned this Dec 18, 2024
@dbouget
Copy link
Collaborator

dbouget commented Dec 18, 2024

Hi @anuragp2018 and @MoraRubio ,

The error message is not informative, it simply says that the GUI components could not be set because the segmentation process did not finish properly.
It is unfortunate that the Logging window does not show anything though.

I do not have much time at the moment to look further into this issue, but I will let you know once I do.
In the meantime, and if you don't mind stepping away from 3D Slicer, you can try using the stand-alone Raidionics software, or the processing backend directly if you're proficient in Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants