Pediatric Brain Harmonization
105
This repository contains the inference engine for Pediatric Brain MR-T1 Harmonization. The inference engine is dockerized to allow a plug-and-play approach to harmonizing NifTi data.
Once all the docker and its dependencies are installed, you can test the pediatric brain harmonization by running :
Run with GPUs:
default:
docker run -v <inpdir>:/data_directory -v <outdir>:/output_directory/ aparida12/hail2024:20241031 --in-path /data_directory/<input name> --target-image /data_directory/<template name> --out-path /output_directory/<output name>
where:
<inpdir> is the directory with all input MRI NifTi files(extn .nii.gz; .nii will be ignored) that need to be segmented.<outdir> is the directory where all outputs are stored(<inpdir> should not be <outdir>).The input folder should follow a similar structure as shown below in <inpdir>. file_name can be anything.
│
└───<inpdir>
│ │ file_name.nii.gz
│ |.
If you use and/or refer to this software in your research, please cite the following papers:
This software is provided without any warranties or liabilities and is intended for research purposes only. It has not been reviewed or approved for clinical use by the Food and Drug Administration (FDA) or any other federal or state agency.
Content type
Image
Digest
sha256:62f5bdfd5…
Size
3.4 GB
Last updated
almost 2 years ago
docker pull aparida12/hail2024:20241031