Skip to content

AIM-Harvard/bodycomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Body Composition AIM

This repository provides code for training and running the body composition pipeline, which consists of two deep learning models. The first model is to localize the L3 slice from the input CT scan. The second model is to segment the localized slice into three components: muscle, subcutaneous fat and visceral fat.

Getting Started

See the documentation pages for further details:

  • Env_setup - For installing packages directly on your system
  • Training_1 - For training a deep learning model for L3 slice selection
  • Training_2 - For training a deep learning model for segmentation
  • Inference - For running the model on new CT scans

Repository Structure

The LiverSeg repository is structured as follows:

  • All the source code to run the liver segmentation model is found under the src folder.
  • Three example CT images, the corresponding manual segmentation masks, and optional data curation scripts are stored under the data folder.
  • Model weights for pre-trained/trained models are saved in model folder.

Reference

This repository is modified after the following work under GPL 3.0 License:

https://github.com/CPBridge/ct_body_composition

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published