Skip to content

MASILab/EmphysemaSeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmphysemaSeg

Automatic lobe segmentation and emphysema quantification. Input is a chest CT (.nii.gz) and outputs label maps for lobe segmentations and emphysema approximated as low attenuation volume (<-950HU). The tool also provides a visualization of segmentation results.

vis

Citation

Please cite the following if you find this tool useful!

Thomas Z. Li, Ho Hin Lee, Kaiwen Xu, Riqiang Gao, Benoit M. Dawant, Fabien Maldonado, Kim L. Sandler, Bennett A. Landman. Quantifying Emphysema in Lung Screening Computed Tomography with Robust Automated Lobe Segmentation. Submitted to European Journal of Radiology on Nov. 2022.

Usage with python

  1. Download model weights from DOI
  2. Populate config.YAML with location of directories and model weights. See example_config.YAML for more details.
  3. python3 -m pip install --upgrade pip \ pip install EmphysemaSeg
  4. Running EmphysemaSeg --config path_to_config.YAML will only do lobe segmentation. Add --emp for emphysema segmentation and --vis for visualization.

Limitations and Resource requirements

  • This tool is designed for chest CTs with voxel dimensions in th range of 0.5-1mm x 0.5-1mm x 0.5-1.25mm (coronal x sagittal x axial).
  • Segmentation of emphysema with this tool is only reliable on soft kernel CT and NOT robust to hard kernel reconstructions.
File size Runtime RAM VRAM
(512, 512, 400) ~1m 20s <12 GB 6.5 GB

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages