Ming M Qin

Results 15 issues of Ming M Qin

**Is your enhancement request related to a problem? Please describe.** MONAI Bundle has been enhanced in MONAI v1.3 with improved/additional Pythonic API. App SDK's built-in MONAI Bundle Inference Operator should...

enhancement

**Is your feature request related to a problem? Please describe.** With the use of logging library, application execution logs can be gathered at various logging level per configuration. However, with...

enhancement

**Describe the bug** An prostate segmentation application is built with App SDK 0.5 and a model trained with MONAI core v1. It takes in a MR T2 series, creates the...

bug

**Is your feature request related to a problem? Please describe.** Series selection can be very complex and often needs to be customized for a specific application use, and for specific...

enhancement

**Describe the bug** New version of pytype has found a new error, see below. Since this particular operator will still be used in the new versions of the App SDK,...

enhancement

**Is your feature request related to a problem? Please describe.** Deploy applications built with MONAI Deploy App SDK needs to extend the support to run on AArch64/ARMv8. PoC has been...

enhancement

## Report needed documentation **Report needed documentation** The exact behavior of what IOType an operator can use, being a leaf node or inside node, is not clearly documented. This has...

documentation

**Is your feature request related to a problem? Please describe.** App SDK currently supports inference within the application process itself. This is simple and efficient for some use cases, though...

enhancement

**Is your feature request related to a problem? Please describe.** There is a fundamental issue with the Image class as the it lacks precise semantics of the dims of its...

enhancement

Observed: Often times AI inference app require more shared memory, and it has been observed that the example ai_spleen_seg_app failed when run by the App Runner due to not setting...

bug