- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Thu, Sep 7
Wed, Sep 6
Aug 31 2023
After suspecting whether python process using std::async would be causing the issue, like below:
m_Future = std::async(std::launch::async, &mitk::SegmentAnythingPythonService::start_python_daemon, this);
I tried starting python process using basic std::thread like shown below:
std::thread([&](){mitk::SegmentAnythingPythonService::start_python_daemon();}).detach();
there is no change in behavior.
The issue root cause still eludes me.
Aug 29 2023
I tested this again with the current version of MITK (develop branch) and can see no problems. Interpolation works without problems on my laptop (Windows 10, 32GB RAM)
Aug 24 2023
Aug 23 2023
Aug 21 2023
Aug 17 2023
As far as I understand the plugin's purpose it is basically an export of an image as CSV file? And the request is to add it to MITK instead of eMITK? Is there some additional functionality involved or could we just add it as another MIME type for images instead of a dedicated plugin?
Aug 16 2023
Deleted branch from rMITK MITK: feature/T30177-ContourModelSetToSegmentationApp.
Deleted branch from rMITK MITK: feature/T30176-FindTask.
Aug 12 2023
After we have moved to Qt6, we then have QtCharts to our disposal and migrate to that.
After we have moved to Qt6, we then have QtCharts to our disposal and migrate to that.
After we have moved to Qt6, we then have QtCharts to our disposal and migrate to that.
Should be done after(!) we have moved to Qt6 as we then have QtCharts to our disposal and migrate to that.
After we have moved to Qt6, we then have QtCharts to our disposal and migrate to that.
Should be done after(!) we have moved to Qt6 as we then have QtCharts to our disposal and migrate to that.
Should be done after(!) we have moved to Qt6 as we then have QtCharts to our disposal and migrate to that.
Should be done after(!) we have moved to Qt6 as we then have QtCharts to our disposal and migrate to that.
Aug 11 2023
Aug 10 2023
I introduced the doRNG package to ensure reproducibility on Windows.
Aug 9 2023
Pushed new branch to rMITK MITK: feature/T29560-totalseg-label-update.
We want to have:
- a slick minimum Workbench version
- a fuller / bigger version. Exact contents and name still need to be compiled (e.g. Perfusion, Fitting, ...)