SlicerSegmentWithSAM icon indicating copy to clipboard operation
SlicerSegmentWithSAM copied to clipboard

no module named 'PyTorchUtils'

Open msrepo opened this issue 1 year ago • 0 comments

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?

msrepo avatar Apr 30 '24 06:04 msrepo