krasserm / super-resolution

Tensorflow 2.x based implementation of EDSR, WDSR and SRGAN for single image super-resolution
Apache License 2.0
1.5k stars 352 forks source link

Edsr not working in Google Colab Notebook #76

Open ghost opened 3 years ago

ghost commented 3 years ago

image

It drops some errors and I can't seem to fix it, if you could tell me what changes should be done to make it runnable I would really appreciate it =). By the way I don't know if this is possible with videos. Thanks so much

SyedMuhammadAli commented 3 years ago

Execute this before all:

%cd /content/drive/MyDrive/ColabNBs/super-resolution <= Your path to the code

This makes your project directory your present working directory. Python always look in there to look for modules...

hope it helps