This the official code accompanying the publication "Deep Learning-based Conditional Inpainting for Restoration of Artifact-affected 4D CT Images".
- Clone the repo and
cd
into the directory - Install dependencies via
pip install -r requirements.txt
. You also have to install VROC for registration related methods - Install the package via
pip install -e .
(develop mode)