Deep Radiance Caching - Manual Dependencies Installation
Install libgconf-2-4
sudo apt update
sudo apt-get install libgconf-2-4
Install Miniconda from https://conda.io/miniconda.html
Please note that Miniconda’s installer will ask you to add Miniconda to your PATH by modifying .bashrc
. Only terminal applications will see the conda environment. We recommend adding conda to your PATH in .profile
to ensure that all applications after login see the conda environment.
Install PyTorch
conda install pytorch-cpu torchvision-cpu -c pytorch
Install scikit-image
conda install scikit-image