You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: