The code is based on Yinbo Chen's liif.
This is 3D implementation of the LIIF model.
To train the model, you can run train.sh in the scripts folder
sh scripts/train.shTo visualize the training results (eg. loss, training output), you can run tensorboard.sh
sh tensorboard.shIf tensorboard.sh is run on a server, you can run local.sh on your local machine to access the visualization
sh local.shTo test the model, you need to run test-div2k.sh in the scripts folder
sh scripts/test-div2k.shTo summarize the testing results, you need to run summary.py
python summary.pyTo run the baseline (nearest neighbour), you need to run baseline.py
python baseline.pyTo directly calculate the output without computing metrics, you need to run demo.sh in the scripts folder
sh scripts/demo.sh