Hi Ivan,
You work is fantastic and I like the interesting idea very much!
I am implementing your idea to my project but got some issues. Sometime I got some pixelation in part of the images (256x256 images) when I tried your code on my dataset, here is just an example (not what I obtained) about what I mean for pixelation:

I kinda feel like this issue is caused by multi-scale, I use default code setting for multiscaling (start from 32x32 and gradually increase to 256x256). I notice that in the table 1 of paper, you make a comparison between with and w/o multi-scaling part, and in terms of the quality, with multi-scaling produces better results. Here are my questions:
- have you even come across this pixelation issues when you run experiments?
- how good are output images if you do not use multi-scaling? Do you think it worth trying?
- If I want to turn off multi-scaling, is there a way to implement this quickly based on your code?
Thank you very much for your time! I appreciate your help!
Hi Ivan,
You work is fantastic and I like the interesting idea very much!
I am implementing your idea to my project but got some issues. Sometime I got some pixelation in part of the images (256x256 images) when I tried your code on my dataset, here is just an example (not what I obtained) about what I mean for pixelation:
I kinda feel like this issue is caused by multi-scale, I use default code setting for multiscaling (start from 32x32 and gradually increase to 256x256). I notice that in the table 1 of paper, you make a comparison between with and w/o multi-scaling part, and in terms of the quality, with multi-scaling produces better results. Here are my questions:
Thank you very much for your time! I appreciate your help!