Linux / amd64
More info https://catalog.ngc.nvidia.com/orgs/nvidia/teams/clara/collections/claradeploy
This asset requires the Clara Deploy SDK. Follow the instructions on the Clara Ansible page to install the Clara Deploy SDK.
The CT reconstruction operator within the Clara Deploy SDK uses the reconstruction toolkit (RTK). RTK is open-source and cross-platform software based on the Insight Toolkit (ITK). RTK performs fast circular cone-beam CT reconstruction.
CT reconstruction design in Clara uses pre-compiled binaries and applications from RTK and ITK, and a wrapper is provided with several options to the user. Output from the reconstruction operator is generated in the mounted folder.
The Reconstruction Operator runs on raw CT projections from a cone-beam geometry. A geometry file is created by the reconstruction container and is fed into the reconstruction algorithm.
Projections are fed into reconstruction algorithm as a MHD volume. MHD format of dataset (recon_raw_proj_mhd_0.0.1.zip) is available.
The pipeline outputs a reconstructed volume in MHD format.
The following reconstruction parameters are supported:
The algorithms depend on the ITK libraries. All required libraries are pre-built and part of the Docker container.
Download the input dataset from the MODEL SCRIPTS
section for this container on NGC,
following the steps in the Setup
section.
Following command can be executed to run reconstruction operator. Populate the input, output, logs folder and the container image tag before executing.
docker run -it --rm -v :/app/in \
-v :/app/out \
-v :/app/logs \
-e nvrtkindir=in/data/ \
-e nvrtkoutdir=out \
-e nvrtkgeomdir=out \
-e nvrtkspacing=0.976562,0.976562,2 \
-e nvrtkorigin=-250,-250,-164.5 \
-e nvrtkdimension=512,512,141 \
-e nvrtkhann=0.95 \
-e nvrtkhardware=gpu \
-e nvrtklogs=logs/reconlogs \
-e NVIDIA_CLARA_NOSYNCLOCK=TRUE \
nvcr.io/nvstaging/clara/recon-operator:
An End User License Agreement is included with the product. By pulling and using the Clara Deploy asset on NGC, you accept the terms and conditions of these licenses.