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

  1. reads the fastio variables named segmentation and segmentation_shape,

  2. verifies that the shape of segmentation corresponds to the entries in segmentation_shape (ie. segmentation.shape == segmentation_shape),

  3. and outputs the array in segmentation as a numpy array.

Two FastIO variables named:

  • segmentation holding a one-channel 3D volume

  • segmentation_shape holding a 1D 4-entry array corresponding to the shape of segmentation

Compressed Numpy file (.npz) in the /output folder.

The directories in the container are shown below.

Copy
Copied!
            

/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.

© Copyright 2018-2020, NVIDIA Corporation. All rights reserved.. Last updated on Feb 1, 2023.