Page MenuHomePhabricator
Feed Advanced Search

Jan 31 2021

kislinsk closed T20110: [Multilabel Segmentation] Contour broken for 3D and 2D interpolation, a subtask of T27807: [MultiLabel Segmentation] Inspection of module and plugin, as Invalid.
Jan 31 2021, 9:13 AM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk closed T20110: [Multilabel Segmentation] Contour broken for 3D and 2D interpolation as Invalid.

We already removed the interpolation widgets from multi-label segmentation a while ago as they were never adapted to the plugin. I also tested to have both segmentation views open, use the multi-label segmentation, and use the interpolation of the segmentation. It works for the first label of any layer. Other labels simply are not considered as inpuit for the interpolation and are ignored.

Jan 31 2021, 9:13 AM · Next Milestone, MITK
kislinsk closed T28254: [Multilabel 2D segmentation] Correction Tool, a subtask of T28000: MITK v2021.02, as Wontfix.
Jan 31 2021, 2:21 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28254: [Multilabel 2D segmentation] Correction Tool as Wontfix.

Thank you all for reporting and clarification. :-)

Jan 31 2021, 2:21 AM · MITK (v2021.02)
kislinsk added a comment to T28250: [LevelWindowManager] Different behavior in AutoTopMost case and fallback case.

While I think I understand the bug, it seems a little artificial in reproduction and high in priority. Can this be triggered in a real-world scenario without the Properties View? If not, I would vote to postpone a fix after release to have more resources for more prominent bugs i. e. related to segmentation. In particular refactoring in general like mentioned in the last paragraph is something that is prone to introduce new side effects that we are not able to detect in time with only a few days left, even though I see the benefits outside of crunch times. :)

Jan 31 2021, 2:13 AM · Breaking Change, MITK (v2021.10)
kislinsk triaged T28256: [Segmentation] Auto-selection preference was hijacked for something else as Normal priority.
Jan 31 2021, 2:01 AM · Breaking Change, Request for Discussion, MITK (v2022.04)
kislinsk updated the task description for T28000: MITK v2021.02.
Jan 31 2021, 1:58 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28240: [MultiLabel Segmentierung] – Optionen as Resolved.
Jan 31 2021, 1:58 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28240: [MultiLabel Segmentierung] – Optionen, a subtask of T28000: MITK v2021.02, as Resolved.
Jan 31 2021, 1:58 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28240: [MultiLabel Segmentierung] – Optionen.

In case of QmitkSegmentationView the preference was even hijacked for something different but the tooltip in the preferences still indicate the originally intended behavior.

Jan 31 2021, 1:31 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28240: [MultiLabel Segmentierung] – Optionen.

The auto-selection preference should work but I think it isn't able anymore to select all other images to hide them as the used predicate was changed to also check the geometry. The predicate used for auto-selection needs to be more general.

Jan 31 2021, 1:28 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk claimed T28240: [MultiLabel Segmentierung] – Optionen.

Color is fixed with T28211. The other options really do not work or are implemented very sloppy (volume rendering). I will remove them as one can consider them dummy options at the moment.

Jan 31 2021, 1:02 AM · MITK-ProjectTemplate, MITK (v2021.02)

Jan 30 2021

kislinsk updated the task description for T28000: MITK v2021.02.
Jan 30 2021, 10:05 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers), a subtask of T28000: MITK v2021.02, as Resolved.
Jan 30 2021, 10:04 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers) as Resolved.

Fixed! :) Was a line that I introduced in the VTK 9 migration. The plane geometry 3-d mapper accesses the 2-d image mapper textures to use them also for 3-d rendering. It also used the VTK properties of the 2-d mapper actors and manipulated them for 3-d rendering which also modified them for the 2-d mappers, though. During migration I changed that to a deep copy of the VTK properties. However, the deep copied VTK properties still contained some same pointers so there still was an interference. I fixed it now by manually copying only color and opacity VTK properties.

Jan 30 2021, 10:04 PM · MITK (v2021.02)
kislinsk added a comment to T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).

Update: Didn't happen with October snapshot (VTK 8.1).

Jan 30 2021, 9:07 AM · MITK (v2021.02)
kislinsk added a comment to T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).

Zoom into the image until you have big pixels. Click in a pixel, crosshair snaps to that pixel, color/opacity is not shown. Click on that pixel again and it works. You can also click, hold, and move the cursor. As soon as you move the cursor it works. Stops working as soon as you leave the pixel and the crosshair snaps to the next pixel.

Jan 30 2021, 9:04 AM · MITK (v2021.02)
kislinsk added a comment to T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).

I could also reproduce this bug in a build-tree version of MITK. As Hanno wrote, sometimes every render window is affected, sometimes only a few, sometime it works. So I guess there is a race condition. Good thing is, that you do not have to reopen the workbench for it to happen, it is enough to reopen the editor to eventually provoke the issue. I already added debug output to the ApplyColor() method of the 2-d image mapper, but it does what it is supposed to do.

Jan 30 2021, 8:34 AM · MITK (v2021.02)

Jan 29 2021

kislinsk updated the task description for T28000: MITK v2021.02.
Jan 29 2021, 10:19 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a comment to T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).

Another impact is shown in T28245: [Segmentation] 3D Region Growing preview does not show a binary mask in Windows Installer.

Jan 29 2021, 9:52 PM · MITK (v2021.02)
kislinsk merged task T28245: [Segmentation] 3D Region Growing preview does not show a binary mask in Windows Installer into T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).
Jan 29 2021, 9:52 PM · MITK (v2021.02)
kislinsk merged T28245: [Segmentation] 3D Region Growing preview does not show a binary mask in Windows Installer into T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).
Jan 29 2021, 9:52 PM · MITK (v2021.02)
kislinsk added a comment to T28245: [Segmentation] 3D Region Growing preview does not show a binary mask in Windows Installer.

Yes, same issue but good that you identified another impact.

Jan 29 2021, 9:51 PM · MITK (v2021.02)
kislinsk added a comment to T28247: [Segmentation] Watershed tool freezes when slider and threshold are set to a low value.

BTW I also tested with small values and the computation did at least finish after 2 minutes on my desktop PC.

Jan 29 2021, 9:47 PM · MITK, Next Milestone, Missing Info, Request for Discussion
kislinsk added a project to T28247: [Segmentation] Watershed tool freezes when slider and threshold are set to a low value: Request for Discussion.

We should take the opportunity to discuss the general sense of some segmentation tools. It appears to me that quite a few tools are just there because the algorithm is mentioned in the ITK book. In particular when looking at the abstract parameters that the tools offer I highly doubt they are of use for anyone at all. "alpha", "beta", "gamma", "level", you name it. We should consider to actually remove those tools and invest our time instead in improving tools people use or the integration of the DL algorithms of our department.

Jan 29 2021, 9:45 PM · MITK, Next Milestone, Missing Info, Request for Discussion
kislinsk added a subtask for T28000: MITK v2021.02: T28248: [Segmentation] Picking 3D Tool creates a 3D segmentation out of a 4D image.
Jan 29 2021, 9:38 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a parent task for T28248: [Segmentation] Picking 3D Tool creates a 3D segmentation out of a 4D image: T28000: MITK v2021.02.
Jan 29 2021, 9:38 PM · MITK (v2021.10)
kislinsk added a comment to T28248: [Segmentation] Picking 3D Tool creates a 3D segmentation out of a 4D image.

Addition: time bounds of the picking result are set to [min possible value, max possible value] instead of the time bounds of the reference image.

Jan 29 2021, 9:38 PM · MITK (v2021.10)
kislinsk added a subtask for T28000: MITK v2021.02: T28243: [Segmentation] 3D Otsu does not show preview for a second time.
Jan 29 2021, 9:28 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a parent task for T28243: [Segmentation] 3D Otsu does not show preview for a second time: T28000: MITK v2021.02.
Jan 29 2021, 9:28 PM · MITK (v2021.02)
kislinsk added a comment to T28239: Multilabel Segmentation - 3D Segmentation Confused about required outcome.

I think it is the checklist. When creating a new segmentation based on a dynamic image you now can decide between a static segmentation that has a single timestep spanning over all reference image timesteps and a dynamic segmentation to have matching timesteps. In the latter case only the current timestep should be affected except the tool is explicitly giving the option to be applied to all timesteps at once. Can you confirm?

Jan 29 2021, 11:37 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk added a revision to T28204: Refactor LevelWindowManagerTest: Unknown Object (Differential Revision).
Jan 29 2021, 11:23 AM · MITK (v2021.10)

Jan 28 2021

kislinsk updated the task description for T28000: MITK v2021.02.
Jan 28 2021, 10:29 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28220: [Image Cropper] Masking a 4D image and overwrite the original one leads to strange result, a subtask of T28000: MITK v2021.02, as Resolved.
Jan 28 2021, 10:28 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28220: [Image Cropper] Masking a 4D image and overwrite the original one leads to strange result as Resolved.

For all cases the result now keeps the original level window. In case of Heart3D+t the level window property is lost otherwise. That's why it appeared in strange contrast and "lost" the level window widget.

Jan 28 2021, 10:28 PM · MITK (v2021.02)
kislinsk claimed T28220: [Image Cropper] Masking a 4D image and overwrite the original one leads to strange result.
Jan 28 2021, 9:53 PM · MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Jan 28 2021, 9:52 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28219: [Image Cropper] Selection widget does not allow to create a new bounding box as Resolved.
Jan 28 2021, 9:51 PM · MITK (v2021.02)
kislinsk closed T28219: [Image Cropper] Selection widget does not allow to create a new bounding box, a subtask of T28000: MITK v2021.02, as Resolved.
Jan 28 2021, 9:51 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk claimed T28219: [Image Cropper] Selection widget does not allow to create a new bounding box.
Jan 28 2021, 9:51 PM · MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Jan 28 2021, 9:46 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28213: [Point Set] Clear current time step does not work, a subtask of T28000: MITK v2021.02, as Resolved.
Jan 28 2021, 9:43 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28213: [Point Set] Clear current time step does not work as Resolved.

The context menu actions are either not implemented or dysfunctional. Disable the context menu for now.

Jan 28 2021, 9:43 PM · MITK (v2021.02)
kislinsk closed T28212: [Point Set] Only points for time step 0 are listed, a subtask of T28000: MITK v2021.02, as Invalid.
Jan 28 2021, 9:34 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28212: [Point Set] Only points for time step 0 are listed as Invalid.

Closing as "invalid". The secret is to use the mouse wheel to navigate between time steps in the point set widget. It is not in sync with the Image Navigator. The whole plugin and widgets need a complete rewrite to actually work reliably with dynamic images, though, but this is out of scope for this task and the upcoming release.

Jan 28 2021, 9:33 PM · MITK (v2021.02)
kislinsk closed T28224: [Point Set] List of points is not shown if plugin opened after data loading, a subtask of T28000: MITK v2021.02, as Resolved.
Jan 28 2021, 7:33 AM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28224: [Point Set] List of points is not shown if plugin opened after data loading as Resolved.
Jan 28 2021, 7:33 AM · MITK (v2021.02)
kislinsk claimed T28224: [Point Set] List of points is not shown if plugin opened after data loading.
Jan 28 2021, 7:17 AM · MITK (v2021.02)
kislinsk claimed T28213: [Point Set] Clear current time step does not work.
Jan 28 2021, 7:17 AM · MITK (v2021.02)
kislinsk claimed T28212: [Point Set] Only points for time step 0 are listed.
Jan 28 2021, 7:17 AM · MITK (v2021.02)

Jan 27 2021

kislinsk updated the task description for T28000: MITK v2021.02.
Jan 27 2021, 11:09 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28203: [Segmentation] 2-d correction tool does not work anymore and should be removed, a subtask of T28000: MITK v2021.02, as Resolved.
Jan 27 2021, 11:02 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28203: [Segmentation] 2-d correction tool does not work anymore and should be removed as Resolved.

Thanks for the hint.

Jan 27 2021, 11:02 PM · MITK (v2021.02)
kislinsk closed T22391: Correction tool doesn't work in empty slice as Invalid.

Since we removed the correction tool, this task is not valid anymore. The Add or Subtract tool can be used as a replacement. Remember that pressing CTRL inverts the logic of these tools.

Jan 27 2021, 11:00 PM · MITK, Restricted Project
kislinsk claimed T28203: [Segmentation] 2-d correction tool does not work anymore and should be removed.

Is this obsolete know with the discussion results stated in D459?

Jan 27 2021, 10:50 PM · MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Jan 27 2021, 10:48 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28218: [Segmentation] The text in the "Create a static mask?" message box is way to technical, a subtask of T28000: MITK v2021.02, as Resolved.
Jan 27 2021, 10:46 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28218: [Segmentation] The text in the "Create a static mask?" message box is way to technical as Resolved.

Capture.PNG (187×502 px, 9 KB)

Jan 27 2021, 10:46 PM · MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Jan 27 2021, 10:26 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk updated the task description for T28000: MITK v2021.02.
Jan 27 2021, 5:59 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28216: Shortlinks in Windows installer for command-line apps on Windows use START command, a subtask of T28000: MITK v2021.02, as Resolved.
Jan 27 2021, 5:57 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk closed T28216: Shortlinks in Windows installer for command-line apps on Windows use START command as Resolved.
Jan 27 2021, 5:57 PM · MITK (v2021.02)
kislinsk added a comment to T28222: [ImageStatistics] Histogram is only shown for timestep 0.

Ralf estimates that it takes a long time to fix this so we may come up with intermediate solutions or state in the UI that only 3d images are supported.

Jan 27 2021, 3:46 PM · MITK (v2021.02)
kislinsk added a comment to T28217: [MatchPoint] Registrations generated with manipulator have no proper PropertyReleations.

This is not high priority. Fix other release bugs before, please. :-)

Jan 27 2021, 3:36 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a subtask for T28000: MITK v2021.02: T28215: [Volume Visualization] Computation types Avg and Max have huge differences between CPU and GPU.
Jan 27 2021, 3:32 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a parent task for T28215: [Volume Visualization] Computation types Avg and Max have huge differences between CPU and GPU: T28000: MITK v2021.02.
Jan 27 2021, 3:32 PM · MITK
kislinsk edited projects for T28215: [Volume Visualization] Computation types Avg and Max have huge differences between CPU and GPU, added: MITK; removed MITK (v2021.02).
Jan 27 2021, 3:32 PM · MITK
kislinsk removed a parent task for T28209: [MatchPoint] Preference setting additional algorithm does not work: T28000: MITK v2021.02.
Jan 27 2021, 3:27 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a subtask for T28000: MITK v2021.02: T28209: [MatchPoint] Preference setting additional algorithm does not work.
Jan 27 2021, 3:27 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk edited projects for T28209: [MatchPoint] Preference setting additional algorithm does not work, added: MITK, Next Milestone; removed MITK (v2021.02).
Jan 27 2021, 3:27 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk edited projects for T28127: Reopen segmentation in MITK, added: MITK (v2021.02), Missing Info; removed Next Milestone, MITK.
Jan 27 2021, 3:25 PM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kislinsk lowered the priority of T28127: Reopen segmentation in MITK from Unbreak Now! to Normal.

We're waiting for a fix of https://github.com/QIICR/dcmqi/issues/414 instead of further lowering precision in checks.

Jan 27 2021, 3:25 PM · MITK (v2021.02), Restricted Project, Kaapana (internal)
kislinsk removed a subtask for T28000: MITK v2021.02: T28207: MITK DicomBrowser q/r Retrieve part crash.
Jan 27 2021, 3:18 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a parent task for T28207: MITK DicomBrowser q/r Retrieve part crash: T28000: MITK v2021.02.
Jan 27 2021, 3:18 PM · MITK, Checklist
kislinsk raised the priority of T28207: MITK DicomBrowser q/r Retrieve part crash from Normal to High.
Jan 27 2021, 3:18 PM · MITK, Checklist
kislinsk added a comment to T28206: [Image Statistics] Renaming segmentation or planar figure based ROI nodes breaks histogram.

Similar to T28223: [ImageStatistics] Deleting a datanode after statistics leads to no histogram update for the next node.

Jan 27 2021, 3:16 PM · MITK (v2024.12)
kislinsk removed a parent task for T28205: [View Navigator] View names in do not update their appearance when opened/closed: T28000: MITK v2021.02.
Jan 27 2021, 3:14 PM · Next Milestone, MITK
kislinsk removed a subtask for T28000: MITK v2021.02: T28205: [View Navigator] View names in do not update their appearance when opened/closed.
Jan 27 2021, 3:14 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk edited projects for T28205: [View Navigator] View names in do not update their appearance when opened/closed, added: MITK, Next Milestone; removed MITK (v2021.02).
Jan 27 2021, 3:14 PM · Next Milestone, MITK
kislinsk removed a subtask for T28000: MITK v2021.02: T27578: 2021.1 Linux installer does not work on Fedora.
Jan 27 2021, 3:13 PM · MITK-ProjectTemplate, MITK (v2021.02)
kislinsk removed a parent task for T27578: 2021.1 Linux installer does not work on Fedora: T28000: MITK v2021.02.
Jan 27 2021, 3:13 PM · MITK (v2022.10)
kislinsk edited projects for T27578: 2021.1 Linux installer does not work on Fedora, added: Next Milestone, MITK; removed MITK (v2021.02).
Jan 27 2021, 3:13 PM · MITK (v2022.10)
kislinsk placed T28206: [Image Statistics] Renaming segmentation or planar figure based ROI nodes breaks histogram up for grabs.
Jan 27 2021, 3:06 PM · MITK (v2024.12)
kislinsk placed T28212: [Point Set] Only points for time step 0 are listed up for grabs.
Jan 27 2021, 3:06 PM · MITK (v2021.02)
kislinsk added a comment to T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).

It's definitely linked to the crosshair. If you disable the crosshair everything works immediately.

Jan 27 2021, 2:57 PM · MITK (v2021.02)
kislinsk added a comment to T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).

Zoom into the image until you have big pixels. Click in a pixel, crosshair snaps to that pixel, color/opacity is not shown. Click on that pixel again and it works. You can also click, hold, and move the cursor. As soon as you move the cursor it works. Stops working as soon as you leave the pixel and the crosshair snaps to the next pixel.

Jan 27 2021, 2:54 PM · MITK (v2021.02)
kislinsk renamed T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers) from [Image Rendering] Color change/ Opacity strange behaviour to [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).
Jan 27 2021, 2:46 PM · MITK (v2021.02)
kislinsk deleted OP 4.1 Phabricator Anleitung.
Jan 27 2021, 2:37 PM
kislinsk added a comment to T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).

Only happens in Windows installers. How do we debug this?

Jan 27 2021, 2:28 PM · MITK (v2021.02)
kislinsk triaged T28218: [Segmentation] The text in the "Create a static mask?" message box is way to technical as Unbreak Now! priority.
Jan 27 2021, 2:27 PM · MITK (v2021.02)
kislinsk added a comment to T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers).

It is dependent of the crosshair position. If you do not see anything, carefully move the crosshair around in a 2d window and there is always at least a pixel or region, where the changes are visible. What is going on? 🐛

Jan 27 2021, 2:11 PM · MITK (v2021.02)
kislinsk raised the priority of T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers) from Normal to Unbreak Now!.

Wow, this is really a blocker. Didn't work in the December snapshot installer neither. Is it specific to installed versions maybe? I will try with a build-tree version...

Jan 27 2021, 2:07 PM · MITK (v2021.02)
kislinsk triaged T28216: Shortlinks in Windows installer for command-line apps on Windows use START command as Unbreak Now! priority.
Jan 27 2021, 2:02 PM · MITK (v2021.02)
kislinsk removed a project from T28207: MITK DicomBrowser q/r Retrieve part crash: MITK-ProjectTemplate.
Jan 27 2021, 1:46 PM · MITK, Checklist
kislinsk removed a project from T28209: [MatchPoint] Preference setting additional algorithm does not work: MITK-ProjectTemplate.
Jan 27 2021, 1:46 PM · Moved to git.dkfz.de, MITK (v2024.12)
kislinsk removed a project from T28211: [Image Rendering] Color change/ Opacity strange behaviour (only in Windows installers): MITK-ProjectTemplate.
Jan 27 2021, 1:45 PM · MITK (v2021.02)
kislinsk removed a project from T28212: [Point Set] Only points for time step 0 are listed: MITK-ProjectTemplate.
Jan 27 2021, 1:45 PM · MITK (v2021.02)
kislinsk removed a project from T28213: [Point Set] Clear current time step does not work: MITK-ProjectTemplate.
Jan 27 2021, 1:45 PM · MITK (v2021.02)
kislinsk triaged T28215: [Volume Visualization] Computation types Avg and Max have huge differences between CPU and GPU as Low priority.
Jan 27 2021, 1:45 PM · MITK
kislinsk placed T28205: [View Navigator] View names in do not update their appearance when opened/closed up for grabs.
Jan 27 2021, 9:49 AM · Next Milestone, MITK