ckkelvinchan / RealBasicVSR

Official repository of "Investigating Tradeoffs in Real-World Video Super-Resolution"
Apache License 2.0
900 stars 134 forks source link

Install problem #67

Open Regradert opened 2 years ago

Regradert commented 2 years ago

Hello. First of all congratulations on your application. I would like to try it but I get an error that I do not know how to solve:

(base) PS C:\RealBasicVSR-master> python inference_realbasicvsr.py configs/realbasicvsr_x4.py checkpoints/RealBasicVSR_x4.pth data/demo_000 results/demo_000
Traceback (most recent call last):
  File "C:\RealBasicVSR-master\inference_realbasicvsr.py", line 10, in <module>
    from mmedit.core import tensor2img
  File "C:\Users\pipo\anaconda3\lib\site-packages\mmedit\__init__.py", line 30, in <module>
    assert (mmcv_min_version <= mmcv_version <= mmcv_max_version), \
AssertionError: mmcv==1.6.1 is used but incompatible. Please install mmcv-full>=(1, 3, 13, 0, 0, 0), <=(1, 6, 0, 0, 0, 0).

I'm new to handling the terminal and maybe I'm doing something wrong. I install mim install mmcv-full but it supposedly tells me the version is incompatible. Can someone give me a hand? Thanks.