Project-MONAI / monai-deploy-app-sdk

MONAI Deploy App SDK offers a framework and associated tools to design, develop and verify AI-driven applications in the healthcare imaging domain.
Apache License 2.0
94 stars 48 forks source link

Operator for 2D/3D image visualization #9

Closed rahul-imaging closed 2 years ago

rahul-imaging commented 3 years ago

User Story As an application developer I would like to visualize the input medical images that are fed to an Operator and the output medical images that are generated by the Operator so that I can debug the Operator in my local workstation

Background Typical AI inference and/or transformation type operators ingest and generate imaging data that are not easy to visualize using off-the-shelf viewers. Key to debugging the functionality of an operator is to visualize the input and output datasets and analyze them. However most open-source image visualization systems are not suitable for use during AI algorithm development

Success Criteria Operator provides the following outputs at a minimum:

AndreasHeumann commented 2 years ago

I think we can close this, the operator is implemented.