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

Create example application for the PyTorch Liver and Tumor segmentation model published in NGC #180

Closed MMelQin closed 3 years ago

MMelQin commented 3 years ago

A trained PyTorch model along with inference configuration is published on NGC, https://ngc.nvidia.com/catalog/models/nvidia:med:clara_pt_liver_and_tumor_ct_segmentation. Need to build a inference application with MONAI Deploy App SDK to demonstrate the inference pipeline using DICOM series as a input, and generating DICOM Seg OID as output, as well as publishing density and segmentation images for Clara Render Server.

MMelQin commented 3 years ago

Addressed in PR