isl-org/PhotorealismEnhancement

ModuleNotFoundError: No module named 'epe'

Closed this issue · 0 comments

I am running as explained in the readme file:
conda create -n epe python=3.8
conda activate epe
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
conda install scikit-image
conda install imageio
pip install tqdm
pip install -e ./

Everything works, then I try to run the epe/EPEExperiment.py file from inside the "code" folder and I get this error: ModuleNotFoundError: No module named 'epe'