Face-Image-Motion-Model icon indicating copy to clipboard operation
Face-Image-Motion-Model copied to clipboard

EDVR error

Open pnzr00t opened this issue 4 years ago • 1 comments

At first i thin in EDVR "clone cell" we must write %cd /content/

In second when i next cell then appear error


ModuleNotFoundError Traceback (most recent call last) in () 1 #@title ##Инициализируем необходимые функции { display-mode: "form" } 2 get_ipython().magic('cd /content/EDVR/codes') ----> 3 import utils.util as util 4 import data.util as data_util 5 import models.archs.EDVR_arch as EDVR_arch

ModuleNotFoundError: No module named 'utils.util'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.

!pwd command show

/content/EDVR/codes

pnzr00t avatar May 24 '20 16:05 pnzr00t

Me too, I tried to run the EDVR section on Google colab, then it shows "ModuleNotFoundError: No module named 'utils.util'"

kenshin20080-lab avatar Sep 25 '20 01:09 kenshin20080-lab