Page MenuHomePhabricator

MONAI Label: New approach using python wrapper??
Open, NormalPublic

Description

Now that we have SAM tool working using a external python wrapper with file-based communication with MITK, how about rebuilding MONAI Label in the same pattern.
This should remove introduction of the planned cpp-httplib dependency in MITK (and other OpenSSL issues that might appear down the road)
Basic Python requests module should be sufficient to do Get and Post requests to a MONAI Label server.
Also, MONAI Label client can be stateless. The complexity of the proposed python script should be far less complex than of SAM's.

Event Timeline

a178n triaged this task as Normal priority.Jul 2 2023, 11:34 PM
a178n created this task.
a178n renamed this task from MONAI Label: New approach using python wrapper to MONAI Label: New approach using python wrapper??q.Jul 3 2023, 4:47 PM
a178n renamed this task from MONAI Label: New approach using python wrapper??q to MONAI Label: New approach using python wrapper??.