xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.49k stars 318 forks source link

EDVR colab? #217

Open noobtoob4lyfe opened 2 years ago

noobtoob4lyfe commented 2 years ago

Will there be an addition of a EDVR video de-blurring Colab any time soon? I'm having a difficult time trying to figure out how I would test EDVR and a Colab notebook would come in handy for this. Thanks!

mamawr commented 2 years ago

https://colab.research.google.com/drive/14fDy8NCkbw_-8BSsPpXO4SdVeJwRrZIC?usp=sharing

jacfly commented 2 years ago

Hello! Tried to launch it with EDVR_L_x4_SR_REDS_official-9f5f5039.pth and have got UnpicklingError: invalid load key, '<'. at model.load_state_dict. How it should be fixed? Thank you

mamawr commented 2 years ago

For EDVR_L_x4_SR_REDS_official-9f5f5039.pth you should use NUM_FRAMES = 4

divastar commented 2 years ago

This doesn't give video enhancement right? using naighbouring frames as the older version did. (Any model I try I don't get the video enhancement I used to get two years ago when I worked with this:(

Erickrus commented 2 years ago

Hello! Tried to launch it with EDVR_L_x4_SR_REDS_official-9f5f5039.pth and have got UnpicklingError: invalid load key, '<'. at model.load_state_dict. How it should be fixed? Thank you

The same as you. I run it in colab. Did you resolve this ?