Assaf Shocher

Results 32 comments of Assaf Shocher

Hi, 1. This is a torch snapshot, you shouldn't decompress it. PyTorch reads it as is. 2. It really depends. a good sanity check is to train on one of...

We have set this to support multiple images. All you have to do is provide a list of paths instead of a single path for the input image path. You...

Thanks, p is the matrix representing the equation system for calculating a homography from 4 pairs of corresponding points. To have a homogrpahy that we understand and can easily modify...

Thank you for the kind words and for your question. This methods learns the distribution of patches of an image. It would not work for many images as is. A...

Thanks a lot for your contribution! The code looks good. Let me test it to make sure and I will probably merge it within a few days

Hi, thanks! 1.) I think you shouldn't, but you can always just test both ways. 2.) Sorry, this is outdated (2017!), you should probably run the run_zssr_signle_input.py instead of that....

Hi, The biggest danger when moving to py3 is the division sign "/". in some cases it should change to "//". If you are using numeric kernel then you should...

Hi, You ran a real image (non-ideal) with ideal conf. To run on this particular image, just run: `python run_ZSSR.py X2_REAL_CONF`

Hi, please make sure the kernel .mat file exists and that you don't get a message that no kernel is used when running.

@back2yes, @CurryYuan First, which Python version do you use? ZSSR is made for py2 (unfortunately). If you run it with py3, and modified, you may have problems with some divisions...