-
Reported by Jeanette in [SW-4305](https://jirasul.stanford.edu/jira/browse/SW-4305)
In search results, after clicking on "Check availability", we're displaying a "Show all/Show less" button for _so…
-
作者您好!可以分享一下定量测试SICE数据集的PSNR 和SSIM的代码吗?谢谢
-
Hi, I am curious about log file. May you publish it?
-
I was interested in how the SSIM we consume ([image-ssim](https://github.com/darosh/image-ssim-js)) is different than that of the reference implementation.
visualmetrics uses https://github.com/jte…
-
It seems loss_ssim.py is missing in the model/ directory ....
-
您好,我在测试您给的模型的时候,发现测试效果与文中不一致,所计算的psnr和ssim偏离比较大,图像也没有复原,为此我想询问下原因
![image](https://github.com/user-attachments/assets/1b277a44-a593-4f46-b5fb-cf7329d633f6)
![image](https://github.com/user-attachm…
-
**When training using sh run.sh edsr 0 6 8, the test results on Set5 were as follows,**
[Epoch 2] Update param _a Learning rate for param: 1.00e-2
[20/100] L_pix: 2.886 L_skt: 3.195 [bit:6.0…
-
Hi I read in your paper that you're using 10 subjects for validation, but I didn't see the correspoding code with validation process. May I ask how you implemented this part?
-
Thanks for your wonderful project !
I'm glad to see that you just open-sourced the code for Sparse NVS task, but I'm curious if you can provide the code of quantitative evaluation, i.e., evaluating…
-
주어진 코드에서 SSIM을 계산하는 함수를 살펴보면
1. utils.ssim_loss 에서는 ground_truth(fully sampled image)의 max값을 data range로 사용하는 반면(validate, eval_leaderboard시 사용)
2. baby_unet의 경우 train과정에서 각 슬라이스마다 ground_truth의 max…