Page MenuHomePhabricator
Feed All Stories

Feb 8 2021

schererj moved T27968: CTP gets stuck on large import from Backlog to Discussion on the Kaapana (internal) board.
Feb 8 2021, 4:54 PM · Kaapana (internal)
schererj moved T28232: Shapemodels from Backlog to Discussion on the Kaapana (internal) board.
Feb 8 2021, 4:37 PM · Auto-closed, Kaapana (internal), Request for Discussion, MITK
nolden added a comment to T28285: DICOM with 'ä' in filename not readable on Windows.

Oh no, I can remember similar issues with German Ubuntu and "Arbeitsfläche" ... Basically, CI clients should probably always have a path compontent like /bäh / included to catch new issues like this one, and build system stuff, which is also a candidate.

Feb 8 2021, 3:00 PM · Checklist, MITK (v2022.10)
kislinsk added a comment to T28285: DICOM with 'ä' in filename not readable on Windows.

Additional info: This is not a DICOM reader problem in the first place, as the filename string encoding seems to be unexpected (see screenshot above). Other readers work but the node still appears with a dummy symbol in the data node name.

Feb 8 2021, 2:32 PM · Checklist, MITK (v2022.10)
kislinsk triaged T28285: DICOM with 'ä' in filename not readable on Windows as Unbreak Now! priority.
Feb 8 2021, 2:30 PM · Checklist, MITK (v2022.10)
kislinsk added a subtask for T28000: MITK v2021.02: T28285: DICOM with 'ä' in filename not readable on Windows.
Feb 8 2021, 2:30 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a parent task for T28285: DICOM with 'ä' in filename not readable on Windows: T28000: MITK v2021.02.
Feb 8 2021, 2:30 PM · Checklist, MITK (v2022.10)
kislinsk updated the task description for T28285: DICOM with 'ä' in filename not readable on Windows.
Feb 8 2021, 2:30 PM · Checklist, MITK (v2022.10)
kislinsk renamed T28285: DICOM with 'ä' in filename not readable on Windows from DICOM not readable to DICOM with 'ä' in filename not readable on Windows.
Feb 8 2021, 2:28 PM · Checklist, MITK (v2022.10)
neher created T28285: DICOM with 'ä' in filename not readable on Windows.
Feb 8 2021, 2:06 PM · Checklist, MITK (v2022.10)
j038k updated j038k.
Feb 8 2021, 12:53 PM
kislinsk triaged T28284: Render window menus not visible on macOS as Unbreak Now! priority.
Feb 8 2021, 7:43 AM · Noteworthy, MITK (v2021.02)

Feb 7 2021

floca updated the task description for T28000: MITK v2021.02.
Feb 7 2021, 3:20 PM · MITK-ProjectTemplate, MITK (v2021.02)
floca added a comment to T28248: [Segmentation] Picking 3D Tool creates a 3D segmentation out of a 4D image.

Deactivated for 4D images as a work arround fix for the release. Will be removed if this tool is properly refactored.

Feb 7 2021, 3:14 PM · MITK (v2021.10)

Feb 5 2021

floca added a comment to T28283: Support building with Qt 5.15 .

I was hoping a bit to include it in the release, if the release would e.g. be used for kaapana containers for a longer time this could be helpful at some point. But of course it's not strictly necessary.

I can understand the reasoning. But adding this feature last minute would basically mean to move the release again and also to test again. And we should realy try to get into the time based pattern.

Feb 5 2021, 6:02 PM · MITK (v2021.02)
floca added a comment to T28283: Support building with Qt 5.15 .

I don't know why this was not linked automatically: https://phabricator.mitk.org/D469

Feb 5 2021, 5:51 PM · MITK (v2021.02)
nolden added a comment to T28283: Support building with Qt 5.15 .

I don't know why this was not linked automatically: https://phabricator.mitk.org/D469

Feb 5 2021, 3:50 PM · MITK (v2021.02)
nolden added a comment to T28283: Support building with Qt 5.15 .

I was hoping a bit to include it in the release, if the release would e.g. be used for kaapana containers for a longer time this could be helpful at some point. But of course it's not strictly necessary.

Feb 5 2021, 3:49 PM · MITK (v2021.02)
nolden added a comment to T28282: Workbench does not start when building with Qt 5.15 on Linux.

Valgrind shows some reading beyond memory boundaries, around mitkCoreActivator.cpp:129 and 218. Since it is the last line of all the AddPropertyPersistence calls there and all the creating of temp objects in there, I was wondering if it could be some reference to deleted temp objects issues. Just an idea.

Feb 5 2021, 3:31 PM · Auto-closed, MITK
nolden added a comment to T28282: Workbench does not start when building with Qt 5.15 on Linux.

It's the CoreActivator if I read this correcty:

Feb 5 2021, 2:59 PM · Auto-closed, MITK
floca added a comment to T28282: Workbench does not start when building with Qt 5.15 on Linux.

If this is caused in UseRegEx() then its preconditions are not meet anymore. Meaning that for whatever reasons the RegEx strings are not valid any more when using Qt 5.15. I would also guess that something in the intialization behavior changes and therfore some string constants are not initialized when used.
Which activator causes this?

Feb 5 2021, 2:51 PM · Auto-closed, MITK
floca edited projects for T28283: Support building with Qt 5.15 , added: MITK, Next Milestone; removed MITK (v2021.02).
Feb 5 2021, 2:42 PM · MITK (v2021.02)
nolden created T28283: Support building with Qt 5.15 .
Feb 5 2021, 2:14 PM · MITK (v2021.02)
nolden added a comment to T28282: Workbench does not start when building with Qt 5.15 on Linux.

And I just tested: as expected the unit tests do pass, I think it has to be a side effect of dlopen'ing the activator

Feb 5 2021, 2:13 PM · Auto-closed, MITK
nolden updated subscribers of T28282: Workbench does not start when building with Qt 5.15 on Linux.

@floca the comment I mention was written by you, line 112, any spontaneous idea?

Feb 5 2021, 2:11 PM · Auto-closed, MITK
nolden created T28282: Workbench does not start when building with Qt 5.15 on Linux.
Feb 5 2021, 2:05 PM · Auto-closed, MITK
nolden added a comment to T28281: Review C++ warnings configuration.

In addition, suppressing deprecation warnings is in most cases no solution that lasts forever

Feb 5 2021, 2:00 PM · Auto-closed, Request for Discussion, MITK
nolden created T28281: Review C++ warnings configuration.
Feb 5 2021, 1:59 PM · Auto-closed, Request for Discussion, MITK
kalali placed T28265: [Checklist] Overhaul ViewNavigator checklists to be in line with the latest changes to the checklists up for grabs.
Feb 5 2021, 11:40 AM · MITK (v2022.04)
kalali placed T26485: [Segmentation] PACS mode is active while segmentation is drawn up for grabs.
Feb 5 2021, 11:39 AM · MITK (v2021.10)
kalali placed T25056: Refactor data manager context menu up for grabs.
Feb 5 2021, 11:14 AM · Moved to git.dkfz.de, MITK (v2024.12), Noteworthy
kalali placed T25643: Context menu adds its default actions multiple times up for grabs.
Feb 5 2021, 11:14 AM · MITK (v2022.10)
nolden created T28279: [Interaction] Improve image cropper cross hair interaction.
Feb 5 2021, 10:51 AM · Auto-closed, MITK
nolden triaged T28278: Image cropper doesn't work with PACS like mouse interaction as Low priority.
Feb 5 2021, 10:46 AM · Next Milestone, MITK
nolden triaged T28277: Empty Preferences page "Input Devices" as Low priority.
Feb 5 2021, 10:38 AM · MITK

Feb 4 2021

kislinsk updated the task description for T28000: MITK v2021.02.
Feb 4 2021, 11:43 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28271: Segmentation interpolation does not work in dynamic images with t != 0 as Resolved.
Feb 4 2021, 11:40 PM · MITK (v2021.02)
kislinsk closed T28271: Segmentation interpolation does not work in dynamic images with t != 0, a subtask of T28000: MITK v2021.02, as Resolved.
Feb 4 2021, 11:40 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28271: Segmentation interpolation does not work in dynamic images with t != 0.

Deleted branch from rMITK MITK: bugfix/T28271-3DInterpolation.

Feb 4 2021, 11:33 PM · MITK (v2021.02)
floca updated the task description for T28000: MITK v2021.02.
Feb 4 2021, 10:36 PM · MITK-ProjectTemplate, MITK (v2021.02)
floca removed a subtask for T28000: MITK v2021.02: T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep.
Feb 4 2021, 10:34 PM · MITK-ProjectTemplate, MITK (v2021.02)
floca removed a parent task for T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep: T28000: MITK v2021.02.
Feb 4 2021, 10:34 PM · Moved to git.dkfz.de, MITK (v2024.12)
floca renamed T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep from [Segmentation] 4D Segmentation returns error message when point is not on the correct timestep to [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep.
Feb 4 2021, 10:34 PM · Moved to git.dkfz.de, MITK (v2024.12)
floca edited projects for T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep, added: MITK, Next Milestone; removed MITK (v2021.02).

The tool is a mess. Overhaul for this is not realistic. I deactivate the tool for dynamic images as a quick fix. I will reactivate it after rework.

Feb 4 2021, 10:33 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk added a comment to T28271: Segmentation interpolation does not work in dynamic images with t != 0.

Diving into it, it turned out to be not that hard to fix as it was just the combination of two "bugs/missing features" that appeared to be so chaotic without knowing the interference of both issues.

Feb 4 2021, 9:43 PM · MITK (v2021.02)
floca claimed T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep.
Feb 4 2021, 8:01 PM · Moved to git.dkfz.de, MITK (v2024.12)
floca added a comment to T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep.

Oh fudge.... I totally have overlooked the tool. 😱

Feb 4 2021, 8:00 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk added a comment to T28271: Segmentation interpolation does not work in dynamic images with t != 0.

Pushed new branch to rMITK MITK: bugfix/T28271-3DInterpolation.

Feb 4 2021, 5:46 PM · MITK (v2021.02)
thomass added a comment to T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep.

Probably it would just help to replace the MITK Error by a warning? This is also done when there is no point set at all.

Feb 4 2021, 2:50 PM · Moved to git.dkfz.de, MITK (v2024.12)
thomass added a parent task for T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep: T28000: MITK v2021.02.
Feb 4 2021, 2:48 PM · Moved to git.dkfz.de, MITK (v2024.12)
thomass added a subtask for T28000: MITK v2021.02: T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep.
Feb 4 2021, 2:48 PM · MITK-ProjectTemplate, MITK (v2021.02)
thomass triaged T28275: [Segmentation] AdaptiveRegionGrowingTool must be refactored / 4D Segmentation returns error message when point is not on the correct timestep as High priority.
Feb 4 2021, 2:48 PM · Moved to git.dkfz.de, MITK (v2024.12)
thomass added a comment to T24754: Volume Visualization crashes with some CT images.

I couldn't reproduce this bug in the latest Release installer on Windows. However, there is no volume visualization shown at all (no matter which timestep or which histogram I select).
If the crash does not occur anymore on Ubuntu etc. we can resolve the crash bug.

Feb 4 2021, 2:36 PM · Restricted Project, MITK
thomass edited projects for T28274: [Volume Visualization] Volume Rendering for 4D images does only work on timestep 0 or not at all, added: MITK (v2021.02); removed MITK.

Most likely something for the next release IMO, but please decide @kislinsk :)

Feb 4 2021, 2:35 PM · Restricted Project, MITK (v2022.04), Request for Discussion
thomass triaged T28274: [Volume Visualization] Volume Rendering for 4D images does only work on timestep 0 or not at all as Normal priority.
Feb 4 2021, 2:34 PM · Restricted Project, MITK (v2022.04), Request for Discussion
neher committed rMITKab89919a514c: Interpolator as parameter (authored by neher).
Interpolator as parameter
Feb 4 2021, 2:15 PM
neher committed rMITK18a737ca6a88: Remove unneccesary cast. Update help text. (authored by neher).
Remove unneccesary cast. Update help text.
Feb 4 2021, 2:15 PM
neher committed rMITKae90d3d48c7b: Interpolator as parameter (authored by neher).
Interpolator as parameter
Feb 4 2021, 2:15 PM
floca added a comment to T28271: Segmentation interpolation does not work in dynamic images with t != 0.

As it is no regression since the last release but seems to be a longer issue (or always was one), I would think about completly deactivating interpolation for dynamic images for now and mark it as known issue. I am hesitant to dive in the whole interpolation condundrum for the release. I would tend to discuss it in context our segmentation roadmap this year.

Feb 4 2021, 9:45 AM · MITK (v2021.02)
floca added a comment to T28000: MITK v2021.02.

OK. also added all my fixes in the tasks changelog

Feb 4 2021, 9:36 AM · MITK-ProjectTemplate, MITK (v2021.02)
floca updated the task description for T28000: MITK v2021.02.
Feb 4 2021, 9:36 AM · MITK-ProjectTemplate, MITK (v2021.02)
e249r triaged T28273: configmap for kibana and elasticsearch throws an error as Normal priority.
Feb 4 2021, 9:32 AM · Kaapana (internal)
e249r created T28273: configmap for kibana and elasticsearch throws an error.
Feb 4 2021, 9:32 AM · Kaapana (internal)
kislinsk claimed T28271: Segmentation interpolation does not work in dynamic images with t != 0.
Feb 4 2021, 9:30 AM · MITK (v2021.02)
kislinsk updated the task description for T28271: Segmentation interpolation does not work in dynamic images with t != 0.
Feb 4 2021, 1:37 AM · MITK (v2021.02)
kislinsk triaged T28271: Segmentation interpolation does not work in dynamic images with t != 0 as Unbreak Now! priority.
Feb 4 2021, 1:28 AM · MITK (v2021.02)

Feb 3 2021

floca closed T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart) as Resolved.

Cherrypicked the fix into the release branch.

Feb 3 2021, 10:08 PM · MITK (v2021.02)
floca closed T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart), a subtask of T28000: MITK v2021.02, as Resolved.
Feb 3 2021, 10:08 PM · MITK-ProjectTemplate, MITK (v2021.02)
floca added a comment to T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.
IMPORTANT: If this issue is handled the workarround introduced for/by T27883 have to be removed. To find the workarrounds search for the following text in the code base: "Workarround T27883."
Feb 3 2021, 10:07 PM · Moved to git.dkfz.de, MITK (v2024.12)
floca updated the task description for T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.
Feb 3 2021, 10:07 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk added a revision to T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart): Unknown Object (Differential Revision).
Feb 3 2021, 5:38 PM · MITK (v2021.02)
floca removed a subtask for T28000: MITK v2021.02: T28217: [MatchPoint] Registrations generated with manipulator have no proper PropertyReleations.
Feb 3 2021, 4:08 PM · MITK-ProjectTemplate, MITK (v2021.02)
floca removed a parent task for T28217: [MatchPoint] Registrations generated with manipulator have no proper PropertyReleations: T28000: MITK v2021.02.
Feb 3 2021, 4:08 PM · Moved to git.dkfz.de, MITK (v2024.12)
floca edited projects for T28217: [MatchPoint] Registrations generated with manipulator have no proper PropertyReleations, added: MITK, Next Milestone; removed MITK (v2021.02).
Feb 3 2021, 4:08 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk added a comment to T28270: Segmentation masks not displayed in 3D render window.
  • Rendering of the crosshair including its image planes in 3-d is done by the PlaneGeometryDataVtkMapper3D.
  • Image rendering in 2-d is done by ImageVtkMapper2D.
  • ImageVtkMapper2D shares its textures with PlaneGeometryDataVtkMapper3D, hence:
    • The actual image rendering is done in the instances of this 2-d mapper
    • The 3-d mapper just applies these textures to 3-d planes
  • Result: everything that is rendered by the 2-d image mapper is automatically shown in 3-d as well, including binary images
Feb 3 2021, 4:06 PM · Auto-closed, MITK
kalali triaged T28270: Segmentation masks not displayed in 3D render window as Normal priority.
Feb 3 2021, 2:18 PM · Auto-closed, MITK
kalali edited projects for T19522: Segmentation not displayed in 3d-render window, added: MITK; removed Request for Discussion, MITK (v2021.02).
Feb 3 2021, 2:17 PM · MITK, Bugzilla
kalali changed the status of T19522: Segmentation not displayed in 3d-render window from Resolved to Invalid.
Feb 3 2021, 2:17 PM · MITK, Bugzilla
kalali closed T19522: Segmentation not displayed in 3d-render window as Resolved.

We discussed this and decided to open a new task to cleanly define the problem. We thought that this task mixes many different things without stating the minimal steps to reproduce a single problem, so please continue here: T28270

Feb 3 2021, 2:16 PM · MITK, Bugzilla
kalali created T28270: Segmentation masks not displayed in 3D render window.
Feb 3 2021, 2:16 PM · Auto-closed, MITK
kislinsk closed T27712: Preference "Show as volume rendering" does not display segmentation volume in 4-window view as Wontfix.
Feb 3 2021, 1:12 PM · MITK (v2021.02)
kislinsk added a comment to T27712: Preference "Show as volume rendering" does not display segmentation volume in 4-window view.

Was recently removed in T28000. It just (tried to) enabled volumerendering on the segmentations. At least when the segmentation view was open to actually apply the preference. We can reintroduce the feature if we figured out to find a volume rendering setting that is actually able to show something meaningful (in v2018.04 is just got a black box). Not the best idea in the first place to be honest. If we want a good and accurate representation in 3-d we would need to create pixel-aligned surfaces out of the images.

Feb 3 2021, 1:09 PM · MITK (v2021.02)
kalali added a comment to T19522: Segmentation not displayed in 3d-render window.

I don't mind, I'm not planing to fix this before the release, so if you have time. I'm testing this with the develop branch and comparing it with the MITK 2018 installer.

Feb 3 2021, 12:58 PM · MITK, Bugzilla
kislinsk added a comment to T19522: Segmentation not displayed in 3d-render window.

Beware of a few things. T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers) also fixed rendering of image slices in 3-d, so I suggest to use the latest release branch to test anything related instead of the snapshot installers.

Feb 3 2021, 12:53 PM · MITK, Bugzilla
kislinsk added a comment to T28127: Reopen segmentation in MITK.

Oh, it's even simpler. I see that in DCMQI it is only float. max_digits10 is 9 for float and according to the documentation its purpose is exactly for serializing and deserializing floating point numbers without losing any precision, even though the intermediate text representation may not be exact.

Feb 3 2021, 9:26 AM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kislinsk added a comment to T28127: Reopen segmentation in MITK.

@floca When DICOM says 16 characters/bytes, does it include a trailing \0 character or is it really a fixed array of size 16?

Feb 3 2021, 8:30 AM · MITK (v2021.02), Restricted Project, Kaapana (internal)
fedorov added a comment to T28127: Reopen segmentation in MITK.

Here's the PR with CI testing results https://github.com/QIICR/dcmqi/pull/415. You can look at the CI results for earlier commits, if you would like to investigate.

Feb 3 2021, 12:15 AM · MITK (v2021.02), Restricted Project, Kaapana (internal)

Feb 2 2021

floca added a comment to T28127: Reopen segmentation in MITK.

@kislinsk I think we have to look again in the patch. Andrey and I had a conversion because even if the standard says otherwise he had problems with resulting invalid dicom representtions (longer then 16 bytes). May be you have an idea. Have a look on the git hub thread. Andrey changed it now back to scientific with precision 8, but this would mean we are still not on the same side. On the other hand I do not want to risk producing invalid dicom (what our patch produces). So I think in the end the best way, might be to ensure it by hand. So check after stream conversion, if we have more then 16 characters. If this is the case give a warning and truncate so that it is a valid DICOM decimal string. What do you think?

Feb 2 2021, 11:54 PM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kalali placed T28256: [Segmentation] Auto-selection preference was hijacked for something else up for grabs.

Ok, I withdraw from this for now. It is useless to fix this since both views are basically the same but their implementation is different (some things are copied, others aren't). Before putting any effort into this I refer to T28142 and propose to refactor the whole thing after the release.

Feb 2 2021, 10:18 PM · Breaking Change, Request for Discussion, MITK (v2022.04)
floca added a comment to T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart).

As discussed in T28262 we will use the following workarround for now and the release until the issue is soundly fixed by T28262.

Feb 2 2021, 8:10 PM · MITK (v2021.02)
kislinsk edited projects for T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks, added: MITK, Next Milestone; removed MITK (v2021.02).
Feb 2 2021, 3:53 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a subtask for T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart): T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.
Feb 2 2021, 3:53 PM · MITK (v2021.02)
kislinsk removed a parent task for T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks: T27883: [Segmentation] Crash and interpolation issues in static segmentation on reference image with strange arbitrary time geometry (3d+t heart).
Feb 2 2021, 3:53 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a parent task for T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks: T28000: MITK v2021.02.
Feb 2 2021, 3:52 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a subtask for T28000: MITK v2021.02: T28262: TimeGeometry inconsistent documentation and implementation of time bounds and checks.
Feb 2 2021, 3:52 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Feb 2 2021, 3:47 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a parent task for T28127: Reopen segmentation in MITK: T28000: MITK v2021.02.
Feb 2 2021, 3:45 PM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kislinsk removed a subtask for T28000: MITK v2021.02: T28127: Reopen segmentation in MITK.
Feb 2 2021, 3:45 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk placed T28127: Reopen segmentation in MITK up for grabs.

Fixed in release branch by patching DCMQI. I leave this task open as a reminder to switch back to an official DCMQI release as soon as they fixed it upstream.

Feb 2 2021, 3:45 PM · MITK (v2021.02), Restricted Project, Kaapana (internal)
adler added a member for Deep Learning: m700r.
Feb 2 2021, 2:41 PM