-
Interesting repo. I measured the SSIM of your [CNNx2UL ](https://github.com/Anime4KWebBoost/Anime4K-WebGPU/tree/main/src/shaders/upscale/CNNx2UL)(downloaded the Canvas on web demo), and realized it is…
-
Thank you for you work! After reading your paper, I did ablation studies with different time block combinations: lstm+lstm, phy+lstm and phy+phy. When keeping the training epoch as the same, the orde…
-
MAD Competition is working now, but in order to be certain about it, we want to synthesize some images that match examples from the MATLAB code (though they won't be identical, should be in the ballpa…
-
Dear Jonas Kulhanek,
I am currently working on replicating the results presented in your Tetra-NeRF paper, specifically those related to the **Blender dataset's ship object**. In the original paper…
-
How to obtain SSIM, CRPS, and FVD? Will their codes be released later? I am looking forward to your response.
-
Hi, it might sound like a silly question... But I wonder whether the `PSNR_full` and `SSIM_full` reported in the original paper are somehow unuseful...?
Since we only focus on the foreground. App…
-
Hi
I have been using the library for SSIM in C# http://www.lomont.org/Software/Misc/SSIM/SSIM.html. Now I want to use this more advanced library that handles both SSIM and CW-SSIM. I have a windows 1…
ghost updated
8 years ago
-
Hi,I have trained an image superresolution model and want to evaluate and test related indicators, such as PSNR, SSIM, FID, LPIPS, DISTS, MUSIQ, what should I do, can I use the example test script inf…
-
## Width
- [x] Fix width defaulting to 0 -> #66
- [x] Change width -> equalize width checkbox/number input instead -> #66
- [x] Factor width out of load_images -> #66
- [ ] Check if cropping …
-
The SSIM returns two values: return np.mean(ssims),np.mean(css)
This works fine, when invoked the first time. Right now I'm looping over two folders (image pairs) and at the second image pair I get…