bowang-lab / MedSAMSlicer

3D Slicer Plugin for Segment anything in medical images
https://www.nature.com/articles/s41467-024-44824-z
148 stars 18 forks source link

Issue loading the UI after installation #5

Closed stefhec closed 8 months ago

stefhec commented 8 months ago

I am very excited to test MedSAM out through 3D slicer. I finished the installation on my Mac, but run into an issue when loading the UI through "Segmentation --> MedSAMLite".

I get the following error message: self.parameterNodeGuiTag = self._parameterNode.connectGui(self.ui) AttributeError: "MedSAMLiteWidget' object has no attribute 'ui'

Any idea how to resolve this?

Thanks

rasakereh commented 8 months ago

Thank you for sharing your experience. I believe that this error message can be ignored. Unless you are experiencing any issue with UI itself. Are you?

stefhec commented 8 months ago

I just noticed there is a new release, which I installed. It works well so far on my Mac. Thank you!