ckkelvinchan / BasicVSR_PlusPlus

Official repository of "BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment"
Apache License 2.0
589 stars 64 forks source link

How to run the Colab demo? #18

Open omarrh1 opened 2 years ago

omarrh1 commented 2 years ago

How to run the Colab demo?

ckkelvinchan commented 1 year ago

May I ask what exactly is the problem you encountered? Could you provide any error log?

noobtoob4lyfe commented 1 year ago

"FileNotFoundError Traceback (most recent call last) in 8 9 img_input = mmcv.imread('data/demo_000/00000000.png', channel_order='rgb') ---> 10 img_output = mmcv.imread('results/demo_000/00000000.png', channel_order='rgb') 11 12 fig = plt.figure(figsize=(25, 20))

2 frames /usr/local/lib/python3.9/dist-packages/mmcv/fileio/file_client.py in get(self, filepath) 536 bytes: Expected bytes object. 537 """ --> 538 with open(filepath, 'rb') as f: 539 value_buf = f.read() 540 return value_buf

FileNotFoundError: [Errno 2] No such file or directory: 'results/demo_000/00000000.png'"