10.23. Clara FastIO Variable Passthrough - Fastio to Npz Converter Operator
This application is NOT for medical use.
This application reads FastIO variables from the appropriate FastIO inputs, and outputs one of them as a compressed Numpy file.
Specifically, the operator
- reads the fastio variables named
segmentation
andsegmentation_shape
, - verifies that the
shape
ofsegmentation
corresponds to the entries insegmentation_shape
(ie.segmentation.shape == segmentation_shape
), - and outputs the array in
segmentation
as a numpy array.
Two FastIO variables named:
segmentation
holding a one-channel 3D volumesegmentation_shape
holding a 1D 4-entry array corresponding to theshape
ofsegmentation
Compressed Numpy file (.npz
) in the /output
folder.
The directories in the container are shown below.
/app_fastio_to_npz
├── Dockerfile
├── main.py
└── requirements.txt
The license to this container is available and can be pulled as part of the procedure described above or obtained from the Clara Deploy SDK. By pulling and using the container, you accept the terms and conditions of these licenses.
Release Notes, the Getting Started Guide, and the SDK itself are available at the NVIDIA Developer forum.
For answers to any questions you may have about this release, visit the NVIDIA Devtalk forum.