Skip to content
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

Interpolation #66

Open
nbodagh opened this issue Jul 6, 2022 · 9 comments
Open

Interpolation #66

nbodagh opened this issue Jul 6, 2022 · 9 comments
Labels
bug Something isn't working

Comments

@nbodagh
Copy link

nbodagh commented Jul 6, 2022

I'm having an issue CEMRG. When I try to segment and change the interpolation to 3D the program crashes

Have you ever had anyone have this before?

Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.LogLevel=2
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:215
Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.CacheSize=30
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:217
Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.ThreadPoolSize=20
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:219
Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.Timeout=5000
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:221
Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.RequireTopic=true
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:223
Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.LogLevel=2
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:215
Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.CacheSize=30
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:217
Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.ThreadPoolSize=20
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:219
Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.Timeout=5000
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:221
Wed Jul 6 14:47:19 2022 Debug: org.commontk.eventadmin.RequireTopic=true
in ctkEAConfiguration::startOrUpdate, C:\dev\build\CEMRGapp\ep\src\CTK\Plugins\org.commontk.eventadmin\ctkEAConfiguration.cpp:223
Wed Jul 6 14:47:19 2022
3.14 core.mod.core.log: Logfile: C:/Users/nboda/AppData/Local/KCL/CemrgApp v2.1_1584152459/data/11/mitk-0.log
3.38 ERROR: BlueBerry Workbench not running!
3.85 BlueBerry WARNING: Could not get plug-in resource: CemrgAppQtHelpCollection.qhc

@OrodRazeghi
Copy link
Collaborator

@nbodagh just to find the root cause, were you actively segmenting the image, when the 3D interpolation was on? or the crash happened after you were done with the segmentation and just wanted to see the final result?

@nbodagh
Copy link
Author

nbodagh commented Jul 6, 2022

I had finished the segmentation and wanted to see the final result

@nbodagh
Copy link
Author

nbodagh commented Jul 6, 2022

Now whenever I try to change it to 3D before I start segmenting, the programme crashes

@alonsoJASL alonsoJASL added the bug Something isn't working label Jul 6, 2022
@alonsoJASL alonsoJASL added this to Needs triage in Priority Bug Tracker via automation Jul 6, 2022
@nbodagh
Copy link
Author

nbodagh commented Jul 7, 2022

Hi, just writing to ask - do you have any idea about what could be causing this?

@OrodRazeghi
Copy link
Collaborator

What is the file format for the image you are trying to segment? nifti? What is the resolution of your image? Is it a really high-res image?

@nbodagh
Copy link
Author

nbodagh commented Jul 8, 2022

Yes, it was nifti and they were high res images. Its strange because it was letting me do it before

@OrodRazeghi
Copy link
Collaborator

try downsampling the image to a lower res, and see if it resolves the issue. If you can, please also try segmenting directly on the MITK workbench, and let us know if you face a similar crash.

@nbodagh
Copy link
Author

nbodagh commented Jul 8, 2022

Hi, sorry I'm fairly new to CEMRG. How do I do both of those?

@OrodRazeghi
Copy link
Collaborator

You don't have to use CemrgApp to do the resampling, you can use ITKSnap or any similar image processing software that you are familiar with, if you want to use CemrgApp, there is a basic image processing plugin, which you can use for resampling images.
One important detail is that the image you are segmenting should be a nifti with the .nii extension.
Some docs and tutorials on using the segmentation tools in the scar plugin: sop, video.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Priority Bug Tracker
  
Needs triage
Development

No branches or pull requests

3 participants