Ming M Qin

Results 63 comments of Ming M Qin

For standards defined DICOM tags, it is very much defined across all OID classes, e.g. in the Patient Module, Series modules, but for sure, specific OIDs will have more specific...

The naught use of the private tag for large binary data by Hologic was discovered when I was doing Rad Analytics, using DICOM tags as part of the data source,...

By the way, I actually had developed the hierarchical Study/Series/Instance metadata json object and its serialization in the other Deploy project; you know which. It is straightforward once you organize...

We need to fill the details of this issue (some of us know but need to make it public)

> Given you can package models as containers (MAP), would using a container registry fit your needs? Absolutely, though it is up to the adopter of the SDK and creator...

Triton Inference Server has been support PyTorch model for the longest time, supporting tensor input for simple inference (i.e. the client needs to chunk the input if larger than model...

This is definitely a good request for a much needed capability, though more for a deployment platform, e.g. Clara inference operators/applications uses remote Triton Inference Service which supports model to...

The attributes, `distance` and `first_pixel_on_slice_normal` are added to an instantiated DICOMInstance object, as they are calculated for specific DICOMSeries instance, see [here ](https://github.com/Project-MONAI/monai-deploy-app-sdk/blob/57b0e9d1cc61fdc8457015c50781557452393d26/monai/deploy/operators/dicom_series_to_volume_operator.py#L215)and [here](https://github.com/Project-MONAI/monai-deploy-app-sdk/blob/57b0e9d1cc61fdc8457015c50781557452393d26/monai/deploy/operators/dicom_series_to_volume_operator.py#L216), before referenced in the subsequent code...

Thanks @vikashg for the issue. For now, we could interleave the SaveImageD transform in the pre-tranforms and post-transforms to save the Numpy (actually the keyed torch tensors in the MONAI/torch...

@vikashg I have quickly updated the UNETR example app, just to quickly show that interleaving SaveImageD in the pre-transforms would at least preserve the intermediate images when the app runs,...