Skip to content

uncbiag/2D3DFluidReg

Repository files navigation

2D/3D Fluid Registration

This is the repository for paper "Fluid Registration Between Lung CT and Stationary Chest Tomosynthesis Images" MICCAI 2020 Paper,Presentation

In this work we propose a differentiable projection operator which renders 2D projections from a 3D volume with given geometry parameters (pose of the emitters). Differentiable projectionoperator This operator can be used in a 2D3D deformable registration framework as shown below. Model Structure

Installation

  1. Setup environment
    cd lung_sdt_ct
    conda env create -f environment.yml
    
  2. Install Mermaid
  3. Install this repo
    python setup.py develop
    

How to run

To run the code, two setting files are required. One is for configuration of the mermaid library. The other is configuration file of the data. Sample setting files can be found at here

cd lung_sdt_ct
python registration/test_ct_registration.py -s ./settings/dirlab/lung_registration_setting_dct1.json -d [OUTPUT_FOLDER] -p [PREPROCESSED_DATA_OUTPUT_FOLDER]

About

This is the repository for paper "Fluid Registration Between Lung CT and Stationary Chest Tomosynthesis Images"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published