Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.74 KB

File metadata and controls

39 lines (27 loc) · 1.74 KB

DLUAAS - Deep Learning Intra Cranial Volume

Overview

DLUAAS uses a trained nnUNet model to compute the Upper Airway soft tissues from structural MRI or CT scans in the nifti image format, oriented in LPS orientation.

Installation

Directly from this repository

git clone https://github.com/CBICA/DLUAAS
cd DLUAAS
pip install -e .

Installing PyTorch

Depending on your system configuration and supported CUDA version, you may need to follow the PyTorch Installation Instructions.

Usage

A pre-trained nnUNet model can be found at our hugging face account. Feel free to use it under the package's licence

DLUAAS -i "input_folder" -o "output_folder" --modality T1 -device cpu

Troubleshooting model download failures

Our model download process creates several deep directory structures. If you are on Windows and your model download process fails, it may be due to Windows file path limitations.

To enable long path support in Windows 10, version 1607, and later, the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled (Type: REG_DWORD) must exist and be set to 1.

If this affects you, we recommend re-running DLUAAS with the --clear_cache flag set on the first run.

Contact

For more information, please contact CBICA Software.

For developers

Contributions are welcome! Please refer to our CONTRIBUTING.md for more information on how to report bugs, suggest enhancements, and contribute code. Please make sure to write tests for new code and run them before submitting a pull request.