-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Load image sequence - format not supported #225
Comments
Hi! So there are two image sequence importers
From your screenshot it looks like you're not using SimpleITK. Could you enable it and try again maybe? |
Thank you for your quick reply. I checked the option to enable simpleTK and also switched the platform to PC, Mac, and Linux standalone in Unity, but it's still showing me the same error. Here are some more infor: |
Nice catch @yangx789 ! However, I noticed: This seems to be a 4D dataset. Is it a time series? This is how it looks (data values are inverted, so I had to invert the TF: |
Thank you @mlavik1 The new branch works for me. Yep, it seems like that is a time-series dataset. There's another brain MRI dataset at this site: https://people.math.sc.edu/Burkardt/data/tif/tif.html They have 26 png brain slices that are available to download, and I've attached the zipped files here. |
I get another question regarding image sequence importer. I was wondering how does the X, Y, Z spacing dimension was calculated :) |
@yangx789 great to hear it worked! And regarding your question: SimpleITK takes care of that. I read the size and spacing, if available. Not all image sequence formats have that info though, and will probably be uniformly spaced... Do you know if TIFF has any such info? Line 167 in 729f176
|
Update: I removed the hack, and added a new "import image file" option in the "Volume rendering" -> "Load dataset" menu. Now you can use that to load a single .tiff file. I'll merge this after some more testing. Then I'll see if I can find some time to implement support for time series :) |
Hello, it seems like tif format image slices are supported based on #30. I have 15 image slices in .tif format and would like to load it in Unity, but it shows "Found no image files of supported formats." Any help would be appreciated :)
The text was updated successfully, but these errors were encountered: