mazurowski-lab / SlicerSegmentWithSAM

3D Slicer extension for Segment Anything Model (SAM) developed by Meta
Apache License 2.0
38 stars 6 forks source link

no module named 'PyTorchUtils' #17

Open msrepo opened 4 months ago

msrepo commented 4 months ago

Hi, Thank you for the useful integration of SAM to Slicer.

I installed the plugin from the source and the dependencies manually in the Python console, as directed in the readme. It still gives me the following error. File "/home/mahesh/Documents/repos/SlicerSegmentWithSAM/SegmentWithSAM/SegmentWithSAM.py", line 95, in __init__ import PyTorchUtils ModuleNotFoundError: No module named 'PyTorchUtils' I rechecked and confirmed that the torch was properly installed. How do I fulfil this 'PyTorchUtils' requirement?