YuvalBahat / Explorable-Super-Resolution

Apache License 2.0
62 stars 8 forks source link

no module named jpeg2dct #7

Closed nanmehta closed 4 years ago

nanmehta commented 4 years ago

thanks sir for interesting paper..I am getting an error related to module jpeg2dct.. can you please let me know. Is it being downloaded from some repository since it don't seem to be pytorch or python function.

YuvalBahat commented 4 years ago

Thanks for your message. If I understand correctly, you are getting an import error. Can you say which file tries to import this jpeg2dct?

nanmehta commented 4 years ago

python GUI.py -opt ./options/test/GUI_SR.json while running this, i got the error.

YuvalBahat commented 4 years ago

I removed this import, as this module is unnecessary at this point. Thanks a lot.