- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Mar 26 2021
Pushed new branch to rMITK MITK: release/T28420-2021-Week-12.
Deleted branch from rMITK MITK: bugfix/T28413-PatchOpenJPEGInITKForMSVC16.9.
Pushed new branch to rMITK MITK: bugfix/T28413-PatchOpenJPEGInITKForMSVC16.9.
Mar 25 2021
ubuntu@gvisor-san:~$ minikube start --container-runtime=containerd --docker-opt containerd=/var/run/containerd/containerd.sock 😄 minikube v1.18.1 on Ubuntu 18.04 (amd64) ✨ Using the docker driver based on existing profile 👍 Starting control plane node minikube in cluster minikube 🏃 Updating the running docker "minikube" container ... 🌐 Found network options: ▪ NO_PROXY=localhost,127.0.0.1,169.254.169.254,dkfz-heidelberg.de,192.168.49.2,10.96.0.0/12,192.168.99.0/24,192.168.39.0/24 ▪ http_proxy=http://www-int2.dkfz-heidelberg.de:80 ▪ https_proxy=http://www-int2.dkfz-heidelberg.de:80 ▪ no_proxy=localhost,127.0.0.1,169.254.169.254,dkfz-heidelberg.de,192.168.49.2,10.96.0.0/12,192.168.99.0/24,192.168.39.0/24 ❗ This container is having trouble accessing https://k8s.gcr.io
Checked again, no idea how to fix it. The Browser seems to remove the mime type of the object... so either i remove the file check completely or we find a way of how the browser can be enabled to deal with mime types:
Is this ticket then realy priority "wishlist"? (Stefan put it there because it was not triaged at all) A solution (what ever it maybe) seems to be more relevant to Kaapana then just wishlist.
Discussion from Tech meeting (Hanno, Klaus, Marco)
The topic came up in the Kaapana tech meeting again, because the current situation is causing problems there.
Mar 24 2021
I was able to reproduce the error. I will take a look
Mar 23 2021
Mar 22 2021
after tests of the system, the problem might be at the airflow part, this has to be tested
Mar 20 2021
@j038k Hi I you look for the problem, keep in mind that the rounding error can occure when it serialized into the file (if it is in text mode). E.g. some code that saves nrrd only does it with standard precission which is in some cases 8 characters (including the dot, sign etc. this can then be not enough and you loose decimal places).
@floca André is on vacation. The original mask in nifty was produced by nnUNet, but we are using some of our Python scripts to split segmented tissues to different labels and to convert it into .nrrd format. Maybe there could be a rounding error during loading and saving the image header, we have to look at it.
Mar 19 2021
@kleina Even though the problem is now fix by being less pedantic, I realy would identify the reason for the fidelty loss in the mask geometry. So the information which tool produced the mask is still welcome. Especially if it one of our tools/nets so that we can fix it.
Mar 18 2021
@kleina Do they use multi label segmentation view or the old one?
On a first glance, the interpolation seems to affect the result.
- Create the segmentation with interpolation -> save it -> reload segmentation -> erosion = no crash
- Create the segmentation with interpolation -> erosion = crash
check with microk8s - kata microk8s current system
The issue can indeed be solved by a mitk::RenderingManager::GetInstance()->RequestUpdateAll(); in QmitkLabelsetWidget function OnVisibleButtonClicked() but there seems to be something wrong with the lock logic when "Lock All" "Unlock All" is clicked
Mar 17 2021
Kata-supported platforms are given below.
Yes, as soon as there is a new tag that includes your necessary changes, just change the tag and click on build.
Mar 16 2021
Mar 15 2021
- I want to use a plugin, how do I activate it?
Not sure if this is related:
@gaoh thanks for pointing there, I will close this one as a duplicate
Another option for testing is to use dicomserver.co.uk , I think it is preconfigured in the Workbench. It's a public DICOM endpoint and the data there differs, but 5 min ago I was able to reproduce the crash with a retrieval from there. Just activate the checkbox in the MITK config table , query last month, select a few patients and retrieve. Worked for me to reproduce the crash.
T28207 describes how to test it without the wDB. When searching for DICOM query retrieve there are already different tasks open with all similar problems
Mar 14 2021
Was merged