Page MenuHomePhabricator

Integrate possibility to execute Python Code in MITK
Open, NormalPublic

Description

It should be possible to execute Python Code in MITK. I worked on it during my bachelor thesis in the context of integrating deep learning algorithms for segmentation into MITK.
Tasks from this previous work are T27499, T27500, T27564, T27501.
This work needs to be finished in order to make the feature accessible to all MITK users.

Revisions and Commits

Event Timeline

kahl triaged this task as Normal priority.Nov 3 2020, 8:34 AM
kahl created this task.
floca added a revision: Restricted Differential Revision.Jul 16 2022, 10:31 AM

@kahl What is the status here? What is the differences between the two pushed branches? are they redundant or do they cover different aspects. I cannot find a documentation of there purpose.
What where the problems that hindered you to get green builds?

The feature/T27923-execute-python-code-in-mitk branch should be outdated as the last commit was in 2020. Everything from this work should be integrated in this commit where I pushed all the work from my bachelor thesis on the python-dev branch and based on this, implemented some more features.
The main problems of getting green builds were on the Ubuntu clients where some errors occurred during the build that we were not able to reproduce locally.

Deleted branch from rMITK MITK: feature/T27923-execute-python-code-in-mitk.

Deleted branch from rMITK MITK: feature/T27923-python-dev.

kislinsk added a revision: Restricted Differential Revision.Nov 23 2022, 11:30 AM

I created a new integration branch and Differential based on the latest develop.