-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDVR and ESRGAN are broken (fixed colab attached) #5
Comments
hi i saw your notebook have the same issues as this ----> 5 import utils.util as util the module utils is missing and there's no way to find it :( |
@eltechno it works for me. utils is in EDVR/basicsr and this make it importable: sys.path.append('/content/EDVR/basicsr') |
Confirm.
In the original, the locations of some directories were changed, and the code changed accordingly. But not here. |
@AlexRMU i think this might help you Replace "codes" for "basicsr" |
@eltechno Ok, but now there is this
|
@eltechno, nope
|
In short, the following problems have been found so far:
|
@AlexRMU @eltechno https://colab.research.google.com/drive/1dxYc6BBtUwOaIl6YHgHsoORel-8nhJNP btw, i was not able yet to get any good results with EDVR or ESRGAN... would be happy to get some pointers. |
Confirm. The link version works. |
This does not apply to the topic, you need to create a new issue |
The results are not good. With the previous version, I get great results. I tried to use the same video and the result is bad. I think it's broken. I've this error too: Using /usr/local/lib/python3.6/dist-packages |
Nobody? |
Resurrecting this old thread to share information that may be useful to others who are only recently experimenting with EDVR/ESRGAN and haveing failures with python modules, their Googling has led them here, as mine did me. With EDVR and Python as they exist today, to get past the utils.util (and then data.util once that line is remedied) ModuleNotFoundError - the
should be written thusly:
Additionally, I found that - at least as of today - I hope this is helpful to someone. |
fixed here: https://colab.research.google.com/drive/1dxYc6BBtUwOaIl6YHgHsoORel-8nhJNP
The text was updated successfully, but these errors were encountered: