Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 465 Bytes

installation.md

File metadata and controls

14 lines (10 loc) · 465 Bytes

Installation

Dependencies

CascadePSP is tested on PyTorch 1.0 though higher version would likely work for inference as well. For installing PyTorch, please refer to the Pytorch website.

We recommend using the anaconda distribution which should contain most of the required dependencies. Other dependencies can be installed by:

pip install progressbar2
conda install cv2

You would also need tensorboard for logging.