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

PLEASE HELP INSTRUCTION UNCLEAR!! How to use new EDVR? #166

Open putuoka opened 4 years ago

putuoka commented 4 years ago

Many colab still use old EDVR they refer to this folder /EDVR/codes/models/archs/dcn also the utils doesn't work anymore for example import utils.util as util it giving error ModuleNotFoundError: No module named 'utils.util'

here one example of google colab that use old EDVR i think https://colab.research.google.com/github/btahir/deoldify_and_edvr/blob/master/DeOldify_EDVR_Combined.ipynb

xinntao commented 4 years ago

Thanks, sorry for the incompatible issues. I think the new EDVR (actually BasicSR repo) is easier to use.

You could find the installation and usage at https://github.com/xinntao/EDVR/blob/master/README.md

putuoka commented 4 years ago

Thanks, sorry for the incompatible issues. I think the new EDVR (actually BasicSR repo) is easier to use.

You could find the installation and usage at https://github.com/xinntao/EDVR/blob/master/README.md

Do you have working example on google colab?

xinntao commented 4 years ago

Sorry that I do not have one now. I may add one later~