Ming M Qin
Ming M Qin
Thank you so much @jordimassaguerpla for this PR. Sorry for this late reply due to the RSNA 2023 prep and others. MD App SDK proper does not intend to maintain...
The MONAI Core LoadImage function with its nii reader also output MetaTensor, essentially Torch Tensor with the few piece of metadata returned from nii reader. The Deploy App SDK inference...
System memory, GPU and GPU mem are already supported in the spec of the MAP manifest. Such attributes are specified as decorators on application, which is then parsed by an...
> After MONAI Bundle inference.json available on 1.x, how many of the DICOM required operators do we still want to expose as metadata for platforms to read and act upon?...
@tomaroberts sorry for the late reply. I initially misunderstood the issue, thinking related to App SDK actions. I've inspected the log from the Action, and in the step running packager,...
Thanks @mingxin-zheng. As the MONAI Bundle expands its capability, the App SDK MONAI Bundle (automated) Inference operator will need to follow suite in order to support more use cases (as...
> @mingxin-zheng MONAI Bundle IS a TorchScript with extra config data in JSON. The example application using MONAI Bundle is the [Spleen Seg](https://github.com/Project-MONAI/monai-deploy-app-sdk/tree/main/examples/apps/ai_spleen_seg_app), and the model is from [Model Zoo...
> @MMelQin Thanks for the confirmation. I started with the assumption that bundle isn't always TorchScript. By looking at the [storage](https://github.com/Project-MONAI/model-zoo/releases/tag/hosting_storage_v1), it seems most has .ts in the `model` folder...
@IntegratorBrad For Comprehensive 3D SR as evidence, TID1500 (Measurement Report) is used as the root template, but with regard to DICOM Seg how is TID1500 related? Per Table 6.5.3-1, Seg...
Additionally, I recall why I said the --tag was stated to be optional: it is the `package --help` which says so, as one of the optional arguments with a nice...