Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
18 lines (14 loc) · 495 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 495 Bytes

titan-implicit-prior

Code for the paper "TITAN: Bringing the deep image prior to implicit representations"

Installation

Run the commands below to install the required packages.

git clone https://github.com/dlej/titan-implicit-prior
cd titan-implicit-prior/
conda env create -f environment.yml
source activate titan
pip install -e .

After the above steps, you can run the example scripts by just activating the environment, i.e., conda activate titan, the following times.