Follow these steps to set up the environment, install the code, and run the first test.
Open a terminal and run:
sudo apt update
sudo apt install build-essential git htopgit clone https://github.com/MGK-Lab/caffe.git
cd caffeconda env create -f caffe_conda_env.yml
conda activate caffepython setup.py build_ext --inplacepython run_caffe.py