assafshocher / ZSSR

"Zero-Shot" Super-Resolution using Deep Internal Learning
Other
399 stars 102 forks source link

There are artifacts in output of real_example charlie.png #20

Closed sczhou closed 4 years ago

sczhou commented 4 years ago

Hi, I run the code using "python run_ZSSR.py X2_REAL_CONF", but I can't reproduce the same result with the result in the paper. The output has artifacts. The following is what I get: charlie_zssr_X2 00X2 00 I run it with py3. Do you have the solution to this problem?

Thanks.

JulieG0916 commented 4 years ago

Hi,same problem here.Have you found the solution?😔

sczhou commented 4 years ago

I changed my Python version to Py2, thus, the problem was fixed.

JulieG0916 commented 4 years ago

It really works, thank you so much!