You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to test the video super resolution demo using basic VSR simply based on this page. But when running this, I get an error. I see mmedit dir already exists, so not sure the error.
Traceback (most recent call last):
File "C:\Users\Downloads\mmagic\demo\restoration_demo.py", line 8, in <module>
from mmedit.apis import init_model, restoration_inference
ModuleNotFoundError: No module named 'mmedit'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to test the video super resolution demo using basic VSR simply based on this page. But when running this, I get an error. I see
mmedit
dir already exists, so not sure the error.What is the problem?
python demo/restoration_demo.py configs/restorers/esrgan/esrgan_x4c64b23g32_g1_400k_div2k.py work_dirs/esrgan_x4c64b23g32_1x16_400k_div2k/latest.pth tests/data/lq/baboon_x4.png demo/demo_out_baboon.png
I already installed
mmedit
:Beta Was this translation helpful? Give feedback.
All reactions