Page MenuHomePhabricator
Feed Advanced Search

Feb 23 2023

a178n added a comment to T29461: TotalSegmentator output label names conundrum.

for "ii" the developments of T29392 could be of help (if we also implement a reader of this kind). But we would still need to generate the meta info file

Feb 23 2023, 6:38 PM · MITK
kislinsk closed T29470: Fix stray plugin manuals as Resolved.
Feb 23 2023, 6:41 AM · MITK
kislinsk added a comment to T29470: Fix stray plugin manuals.

Deleted branch from rMITK MITK: bugfix/T29470-FixPluginManuals.

Feb 23 2023, 6:40 AM · MITK
kislinsk added a comment to T29470: Fix stray plugin manuals.

Pushed new branch to rMITK MITK: bugfix/T29470-FixPluginManuals.

Feb 23 2023, 6:38 AM · MITK
kislinsk triaged T29470: Fix stray plugin manuals as Normal priority.
Feb 23 2023, 6:27 AM · MITK

Feb 22 2023

s434n claimed T26555: [mxn multi widget] Provide different default layouts.
Feb 22 2023, 5:11 PM · MITK
aklein triaged T29469: "Scan directory" in MITK DICOM Browser freezes application on MacOS as Normal priority.
Feb 22 2023, 5:04 PM · MITK (v2023.04)
a178n triaged T29468: Let MITK handle TotalSegmentator setup as Normal priority.
Feb 22 2023, 4:04 PM · MITK (v2023.04)
a178n removed a project from T29465: How to display available statistics of segmentation: Request for Discussion.
Feb 22 2023, 1:59 PM · MITK
floca triaged T29465: How to display available statistics of segmentation as Wishlist priority.

I see no value currently, as we have our own statistic backend/view.

Feb 22 2023, 1:40 PM · MITK
a178n added a comment to T29466: [SEG][Bug] Manually modified label name not reflected accordingly in Preview labels.

Discussion result:
A pragmatic solution would be to get the label names from the qTable as late as possible i.e when the results are returned for the Preview.

Feb 22 2023, 12:10 PM · Moved to git.dkfz.de, MITK
a178n triaged T29466: [SEG][Bug] Manually modified label name not reflected accordingly in Preview labels as Low priority.
Feb 22 2023, 12:08 PM · Moved to git.dkfz.de, MITK

Feb 21 2023

a178n created T29466: [SEG][Bug] Manually modified label name not reflected accordingly in Preview labels.
Feb 21 2023, 10:50 PM · Moved to git.dkfz.de, MITK
a178n added a comment to T29465: How to display available statistics of segmentation.

How about something like this but in the Preview labels list? Once confirmed, this tail end info will can be pruned and only Label names are transferred.

Feb 21 2023, 12:53 PM · MITK
a178n created T29465: How to display available statistics of segmentation.
Feb 21 2023, 12:47 PM · MITK

Feb 20 2023

a178n updated subscribers of T29462: TotalSegmentator (Python) issues.
Feb 20 2023, 11:23 PM · MITK
a178n added a comment to T29462: TotalSegmentator (Python) issues.
  1. The install instruction pip install TotalSegmentator installed Pytorch CPU version on Windows eventhough there is Nvidia GPU and Cuda drivers available. Not sure this is problem of TotalSegmentator dependency specification or a general pip on Windows issue. Anyway, I had to manually uninstall pytorch cpu version and install again with the cuda supported package.
Feb 20 2023, 11:22 PM · MITK
a178n added a comment to T29462: TotalSegmentator (Python) issues.
  1. No explicit CPU only inferencing possible. Currently, whether or not the inferencing would run on cpu or gpu is decided by the installation of pytorch in the virtual environment. This might not be enough for MITK tool stability guarantee across all user machines.
Feb 20 2023, 11:20 PM · MITK
a178n added a comment to T29462: TotalSegmentator (Python) issues.
  1. The installation and run command documentation is not working exactly as per documentation on Windows.

The run command TotalSegmentator -i ct.nii.gz -o segmentations doesn't seem to work because the install instruction pip install TotalSegmentator is not creating TotalSegmentator.exe file inside the ~\venv\Scirpts\ location.
Instead, the pip installation merely keeps a python file. Hence, the correct invocation command would then be python ~\venv\Scirpts\TotalSegmentator -i ct.nii.gz -o segmentations.

Feb 20 2023, 11:17 PM · MITK
a178n added a comment to T29462: TotalSegmentator (Python) issues.
  1. Output segmentation nifti file comes without any label-pixel metadata eg. in json format , eventhough its known until the last moment before writing it out. Ref. T29461
Feb 20 2023, 11:10 PM · MITK
a178n triaged T29462: TotalSegmentator (Python) issues as Low priority.
Feb 20 2023, 11:07 PM · MITK
a178n added a comment to T29461: TotalSegmentator output label names conundrum.

Hi Ralf,
I did some digging into the TotalSegmentator python code.
So yes, (I believe) label names/classes & their pixel values are hardcoded in the python codebase. Ref: https://github.com/wasserth/TotalSegmentator/blob/master/totalsegmentator/map_to_binary.py
I couldn't find any documentational guarantee for it. Maybe we can double check on it. But the statistics generation (--statistics flag) uses this map to calculate volume & intensity of each label. So it's a safe assumption.

Feb 20 2023, 4:44 PM · MITK
floca changed the status of T27569: US DICOM images are displayed turquoise and LUT cannot be changed, a subtask of T27554: Handling of 2D and 2D+t sonographic (US) images, from Wontfix to Resolved.
Feb 20 2023, 9:51 AM · Restricted Project, MITK
floca changed the status of T27569: US DICOM images are displayed turquoise and LUT cannot be changed from Wontfix to Resolved.
Feb 20 2023, 9:51 AM · Restricted Project, MITK
floca closed T27569: US DICOM images are displayed turquoise and LUT cannot be changed as Wontfix.

GDCM 3.0.11 introduced a quickfic/hack to handle that correctly. (At least for the test data it works now.)

Feb 20 2023, 9:51 AM · Restricted Project, MITK
floca closed T27569: US DICOM images are displayed turquoise and LUT cannot be changed, a subtask of T27554: Handling of 2D and 2D+t sonographic (US) images, as Wontfix.
Feb 20 2023, 9:51 AM · Restricted Project, MITK
floca added a comment to T29461: TotalSegmentator output label names conundrum.

for "ii" the developments of T29392 could be of help (if we also implement a reader of this kind). But we would still need to generate the meta info file

Feb 20 2023, 9:14 AM · MITK

Feb 19 2023

a178n created T29461: TotalSegmentator output label names conundrum.
Feb 19 2023, 8:35 PM · MITK

Feb 15 2023

floca added a comment to T29456: Datastore access facility in MONAILabel tool.

I think we should post pone that for now. And revisit if we have a concrete use case /user request

Feb 15 2023, 11:12 AM · Moved to git.dkfz.de, MITK
a178n updated subscribers of T29456: Datastore access facility in MONAILabel tool.
Feb 15 2023, 10:36 AM · Moved to git.dkfz.de, MITK
floca placed T29456: Datastore access facility in MONAILabel tool up for grabs.
Feb 15 2023, 10:34 AM · Moved to git.dkfz.de, MITK
a178n updated the task description for T29456: Datastore access facility in MONAILabel tool.
Feb 15 2023, 9:11 AM · Moved to git.dkfz.de, MITK
kislinsk lowered the priority of T29412: List of MITK publications on web page is not up to date from High to Normal.
Feb 15 2023, 8:40 AM · MITK

Feb 14 2023

a178n triaged T29456: Datastore access facility in MONAILabel tool as Normal priority.
Feb 14 2023, 10:51 PM · Moved to git.dkfz.de, MITK

Feb 13 2023

kislinsk added a comment to T29381: Move Multilabel classes to Core module.

I tried today to move everything from MitkMultilabel into MitkSegmentation but it generates some dependency cycles issues like for modules that sit in between MitkMultilabel and MitkSegmentation.

Feb 13 2023, 12:04 PM · MITK, Request for Discussion
kislinsk triaged T29452: Setting arbitrary label names to a LabelSetImage can be more straightforward as Wishlist priority.
Feb 13 2023, 10:35 AM · Moved to git.dkfz.de, MITK, Request for Discussion
kislinsk placed T29432: [worklist] mitk-flow preload first task up for grabs.
Feb 13 2023, 10:34 AM · MITK
a178n triaged T29455: Avoid image R/W to disk for MonaiLabel REST transactions as Normal priority.
Feb 13 2023, 10:19 AM · Moved to git.dkfz.de, MITK

Feb 8 2023

a178n added a comment to T29451: [SEG] Response labels all not displayed on Workbench.

In the meeting it was decided that a decision regarding whether or not to replace or add labels will be still in RFD.
Decision will be later on after further discussion with the group, in conjunction with Ralf's planned changes in the tool API classes.

Feb 8 2023, 12:12 PM · Cleared, MITK (v2023.04)
kislinsk added a project to T29451: [SEG] Response labels all not displayed on Workbench: MITK.
Feb 8 2023, 11:25 AM · Cleared, MITK (v2023.04)
kislinsk removed a project from T29432: [worklist] mitk-flow preload first task: Request for Discussion.
Feb 8 2023, 11:19 AM · MITK
kislinsk removed a project from T29449: [SEG] Allow predefined label list and optional label list to indicate if multiple instances of a label are allowed.: Request for Discussion.
Feb 8 2023, 11:00 AM · Moved to git.dkfz.de, MITK
kislinsk triaged T29449: [SEG] Allow predefined label list and optional label list to indicate if multiple instances of a label are allowed. as Normal priority.

We decided that it is a nice and maybe necessary feature so we want to encode it somehow.

Feb 8 2023, 11:00 AM · Moved to git.dkfz.de, MITK

Feb 7 2023

floca renamed T29454: Clarify the versions/editions we publish as installer from Clarify the versions/edtions we publish as installer to Clarify the versions/editions we publish as installer.
Feb 7 2023, 7:44 PM · MITK (v2024.06), Request for Discussion
floca moved T29454: Clarify the versions/editions we publish as installer from Backlog to MITK Meeting on the Request for Discussion board.
Feb 7 2023, 7:44 PM · MITK (v2024.06), Request for Discussion
floca triaged T29454: Clarify the versions/editions we publish as installer as High priority.
Feb 7 2023, 7:44 PM · MITK (v2024.06), Request for Discussion

Feb 6 2023

a178n updated the task description for T29453: Unreachable catch block in OTSU?.
Feb 6 2023, 4:30 PM · Moved to git.dkfz.de, MITK
a178n created T29453: Unreachable catch block in OTSU?.
Feb 6 2023, 3:52 PM · Moved to git.dkfz.de, MITK

Feb 3 2023

a178n updated subscribers of T29452: Setting arbitrary label names to a LabelSetImage can be more straightforward.
Feb 3 2023, 2:09 PM · Moved to git.dkfz.de, MITK, Request for Discussion
a178n updated subscribers of T29452: Setting arbitrary label names to a LabelSetImage can be more straightforward.
Feb 3 2023, 2:08 PM · Moved to git.dkfz.de, MITK, Request for Discussion
a178n created T29452: Setting arbitrary label names to a LabelSetImage can be more straightforward.
Feb 3 2023, 2:08 PM · Moved to git.dkfz.de, MITK, Request for Discussion
a178n added a comment to T29379: MONAI Label REST Response JSON issues, allegedly.

Hi Ralf,

Feb 3 2023, 1:52 PM · Moved to git.dkfz.de, MITK

Feb 1 2023

floca added a comment to T29379: MONAI Label REST Response JSON issues, allegedly.

I think you found already pretty many issues. That is far enough to trigger a conversation with the Monai label team, don't you think?

Feb 1 2023, 9:57 AM · Moved to git.dkfz.de, MITK

Jan 31 2023

a178n added a comment to T29379: MONAI Label REST Response JSON issues, allegedly.
  1. Monai label response JSON vs segmentation image mask labels:

After a segmentation is processed, the response JSON, e.g.

Jan 31 2023, 6:56 PM · Moved to git.dkfz.de, MITK

Jan 28 2023

floca moved T29449: [SEG] Allow predefined label list and optional label list to indicate if multiple instances of a label are allowed. from Backlog to MITK Meeting on the Request for Discussion board.
Jan 28 2023, 4:50 PM · Moved to git.dkfz.de, MITK
floca created T29449: [SEG] Allow predefined label list and optional label list to indicate if multiple instances of a label are allowed..
Jan 28 2023, 4:49 PM · Moved to git.dkfz.de, MITK

Jan 25 2023

floca added a comment to T29431: [worklist] mitk-flow: save changed dicom segmentation not possible.

@gaoh / @kislinsk would that integration/workflow something for the MIC meeting pitch?

Jan 25 2023, 9:18 AM · MITK
floca added a comment to T29431: [worklist] mitk-flow: save changed dicom segmentation not possible.

🎉

Jan 25 2023, 9:15 AM · MITK
gaoh added a comment to T29431: [worklist] mitk-flow: save changed dicom segmentation not possible.

thanks again, for solving this issue! So in the current kaapana develop the tasklist feature is now integrated!

Jan 25 2023, 9:13 AM · MITK

Jan 23 2023

kislinsk added a comment to T29412: List of MITK publications on web page is not up to date.

Status: Added quite a few papers up until 2020 thanks to a currated list of papers from @floca. For the past two years we now need to look out for papers first.

Jan 23 2023, 1:19 PM · MITK

Jan 19 2023

kislinsk added a comment to T29431: [worklist] mitk-flow: save changed dicom segmentation not possible.

@gaoh I triggered the build of a new Flowbench installer in our CI. Will be ready later today and automatically uploaded. Commit hash: 122321bb.

Jan 19 2023, 3:36 PM · MITK
kislinsk closed T29431: [worklist] mitk-flow: save changed dicom segmentation not possible as Resolved by committing rMITK122321bb10af: Add DICOM SEG workaround as specified in T29431.
Jan 19 2023, 3:32 PM · MITK
floca added a comment to T29431: [worklist] mitk-flow: save changed dicom segmentation not possible.

@gaoh could you verify if the fix work?

Jan 19 2023, 3:04 PM · MITK
kislinsk added a revision to T29431: [worklist] mitk-flow: save changed dicom segmentation not possible: Restricted Differential Revision.
Jan 19 2023, 10:28 AM · MITK
kislinsk added a comment to T29432: [worklist] mitk-flow preload first task.

Pushed new branch to rMITK MITK: feature/T29432-PreloadFirstTask2.

Jan 19 2023, 9:32 AM · MITK
kislinsk raised the priority of T29432: [worklist] mitk-flow preload first task from Wishlist to High.

Original issue resolved, raising priority and leaving open to discuss consequences in the next MITK meeting.

Jan 19 2023, 9:13 AM · MITK
kislinsk added a comment to T29432: [worklist] mitk-flow preload first task.

Deleted branch from rMITK MITK: feature/T29432-PreloadFirstTask.

Jan 19 2023, 9:11 AM · MITK
kislinsk added a comment to T29432: [worklist] mitk-flow preload first task.

Pushed new branch to rMITK MITK: feature/T29432-PreloadFirstTask.

Jan 19 2023, 9:11 AM · MITK
kislinsk added a comment to T29432: [worklist] mitk-flow preload first task.

While the original issue is rather easy to resolve by exchanging the class to data->Modified() with a RequestRenderWindowAll() (which is the actual intent anyway according to the comments), more hurdles start to appear that are not as easy to resolve.

Jan 19 2023, 9:05 AM · MITK
kislinsk removed a project from T29412: List of MITK publications on web page is not up to date: Request for Discussion.
Jan 19 2023, 7:20 AM · MITK
kislinsk added a comment to T29412: List of MITK publications on web page is not up to date.

Status: Currently I add 10 MITK-related papers per day to our publications page. Ongoing...

Jan 19 2023, 7:19 AM · MITK

Jan 17 2023

kislinsk removed a member for MITK: petersej.
Jan 17 2023, 7:26 AM
kislinsk removed a member for MITK: groehl.
Jan 17 2023, 7:26 AM
kislinsk removed a member for MITK: rosst.
Jan 17 2023, 7:26 AM
kislinsk removed a member for MITK: thomass.
Jan 17 2023, 7:26 AM
kislinsk removed a member for MITK: kleina.
Jan 17 2023, 7:25 AM
kislinsk removed a member for MITK: onogur.
Jan 17 2023, 7:25 AM
kislinsk removed a member for MITK: mindrocf.
Jan 17 2023, 7:25 AM
kislinsk removed a member for MITK: e249r.
Jan 17 2023, 7:25 AM
kislinsk removed a member for MITK: s349i.
Jan 17 2023, 7:25 AM

Jan 13 2023

floca triaged T29442: [Perfusion] Support of OSIPI Caplex as Normal priority.
Jan 13 2023, 3:42 PM · Moved to git.dkfz.de, Request for Discussion, MITK
kislinsk claimed T29431: [worklist] mitk-flow: save changed dicom segmentation not possible.

Thanks Ralf!

Jan 13 2023, 12:42 AM · MITK

Jan 12 2023

floca added a comment to T29431: [worklist] mitk-flow: save changed dicom segmentation not possible.

Describe problem has the same root then T26953. But I think for this task here we can have a work around, so that Hanno does not need to wait until the DICOM Seg thing is fixed.

Jan 12 2023, 7:09 PM · MITK

Jan 11 2023

kislinsk closed T29292: Unsupported pixel types as Wontfix.

We see and feel you. Considering the circumstances that Ralf mentioned (it's basically an ITK issue/contribution) I would anyway go for a Won't Fix here on our MITK side for now, until ITK provides the functionalities for such data types. Okay? :)

Jan 11 2023, 1:01 PM · Request for Discussion, MITK
kislinsk claimed T29412: List of MITK publications on web page is not up to date.
Jan 11 2023, 12:12 PM · MITK
franza added a comment to T29435: MITK example for usage of the ICP algorithm.

Created an example in this pull request: https://github.com/MITK/MITK/pull/271

Jan 11 2023, 10:40 AM · MITK (v2024.12), Pull Request

Jan 6 2023

kalali closed T29438: org.mitk.gui.common plugin is not initializing the CppMicroService as Resolved.
Jan 6 2023, 9:15 AM · MITK

Jan 5 2023

kalali added a revision to T29438: org.mitk.gui.common plugin is not initializing the CppMicroService: Restricted Differential Revision.
Jan 5 2023, 1:34 PM · MITK
kalali renamed T29438: org.mitk.gui.common plugin is not initializing the CppMicroService from org.mitk.gui.common plugin is not initializing the the CppMicroService to org.mitk.gui.common plugin is not initializing the CppMicroService.
Jan 5 2023, 12:47 PM · MITK
kalali created T29438: org.mitk.gui.common plugin is not initializing the CppMicroService.
Jan 5 2023, 12:45 PM · MITK
kalali removed a subtask for T23758: Introduction of custom multi widget editor: T24216: Synchronization of individual render windows: camera position.
Jan 5 2023, 9:37 AM · Restricted Project, MITK
kalali added a subtask for T29393: [mxn multi widget] Concept for individual render window synchronization: T24216: Synchronization of individual render windows: camera position.
Jan 5 2023, 9:37 AM · Moved to git.dkfz.de, MITK
kalali added a comment to T29393: [mxn multi widget] Concept for individual render window synchronization.

Somehow related:

Jan 5 2023, 9:37 AM · Moved to git.dkfz.de, MITK
kalali reopened T24216: Synchronization of individual render windows: camera position, a subtask of T23758: Introduction of custom multi widget editor, as Open.
Jan 5 2023, 9:37 AM · Restricted Project, MITK
kalali added a comment to T27320: No LocalStorage for PlaneGeometryDataVtkMapper3D.

Related: T13465: Two 3D RenderWindows at the same time interfere with each other.

Jan 5 2023, 9:26 AM · MITK, Pull Request

Dec 22 2022

kislinsk added a comment to T24398: Dicom plugin: Retrieve does not work.

Have you pushed your clean ups? Not that your efforts get lost. 😉

Dec 22 2022, 12:17 PM · MITK (v2024.12)

Dec 19 2022

floca added a comment to T24398: Dicom plugin: Retrieve does not work.

Our side or also the CTK part.

Hm, lets put it as known issue and discuss its priority when we plan the spring release.

Only looked into our side so far. I'll create a separate task and push my clean-up that I already did so far.

Dec 19 2022, 10:43 AM · MITK (v2024.12)

Dec 16 2022

kislinsk added a comment to T29433: MITK Workbench Persistent Crash.

Without a data sample we are not able to reproduce this issue. Can you upload one of these nrrd files? Please make sure that the data does not contain any personal information. You can also restrict access to uploaded files to certain users like me.

Dec 16 2022, 11:05 AM · Auto-closed, Missing Info, MITK

Dec 14 2022

sonoaswartz added a comment to T29433: MITK Workbench Persistent Crash.

Unfortunately, it is all nrrd files. I updated my nvidia drivers and it seems to have improved slightly in that it doesn't crash within moments of loading a base nrrd file, but after I create, save and remove a segmentation nrrd, MITK Workbench crashes when I try to reload (open) the segmentation nrrd.

Dec 14 2022, 12:38 PM · Auto-closed, Missing Info, MITK
a178n edited projects for T29379: MONAI Label REST Response JSON issues, allegedly, added: MITK; removed MITK (v2023.04).
Dec 14 2022, 11:37 AM · Moved to git.dkfz.de, MITK