ckkelvinchan / RealBasicVSR

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

FileNotFoundError #87

Closed Holmes2002 closed 1 year ago

Holmes2002 commented 1 year ago

I had this error:

FileNotFoundError: RealBasicVSR: PerceptualLoss: [Errno 2] No such file or directory: '/usr/local/lib/python3.10/site-packages/mmcv/model_zoo/torchvision_0.12.json'

I install as tutorial, but this error raised. Any suggestion for me ?

Holmes2002 commented 1 year ago

I found solution If u try to install with pip (not conda)

pip install -U pip wheel pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html pip install ninja psutil pip install -U openmim mim install mmcv-full==1.5.0 pip install timm==0.6.11 mmdet==2.28.1