Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 528 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 528 Bytes

Deep Learning-based Conditional Inpainting for Restoration of Artifact-affected 4D CT Images

This the official code accompanying the publication "Deep Learning-based Conditional Inpainting for Restoration of Artifact-affected 4D CT Images".

Setup

  1. Clone the repo and cd into the directory
  2. Install dependencies via pip install -r requirements.txt. You also have to install VROC for registration related methods
  3. Install the package via pip install -e . (develop mode)