-
Notifications
You must be signed in to change notification settings - Fork 10
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
Didn't work with non-dicom data #5
Comments
So far we have only tested TomoSAM by importing 3D tif stacks into Slicer. If you convert DICOM into tifs then it should work. I am a bit short on time this week, but I would love your help if you want to extend this limitation to DICOM files |
It looks like the issue is this code: When you load data from a file there can be a storage node but no |
Just to report: I was able to download your tiff file of the CT and was able to calculate the embeddings. But when I add a point I get the following error. The loaded tiff file is selected as the volume node so I'm not sure what's going on.
|
Thank you for reporting this. Does this happen with the precomputed embeddings as well or only when computing them within TomoSAM? |
I'm not sure - I only tried computing them, not downloading. |
When I tried running the module on a CT scan from Slicer's SampleData module it failed with this message in the console. It would be better to give a dialog warning that DICOM data is required and then fail gracefully. (or maybe it can work on non-DICOM data?).
The text was updated successfully, but these errors were encountered: