-
The shared Google drive link is invalid and the model cannot be accessible for public.
How can I get the model?
-
libyuv (open source) has a PSNR measurement tool as well as an SSIM measurement tool.
Using those tools instead of / in addition to our source-included PSNR needs to be investigated.
-
Hi~
I want to know why the PSNR and SSIM values on BSD100 when I run the pre-trained code are worse than your published a lot . Thank you.
-
The official version of 3D Gaussian Splatting only uses Color Loss + SSIM Loss during their training.
But now there's your re-written diff-gaussian-rasterization.
I would like to ask, is it possib…
-
Hi,
As part of a university assignment, I wish to improve the 'ours' modeI and I have a couple of questions:
1. I used 'epoch_49' weights to test the 'ours' model and got worse PSNR and SSIM **m…
-
One of our staging sites is giving an error message when we try to view the homepage. It worked before Valkyrie, so I hope it's just related to that.
I can see the [dashboard ](https://testing.s2.adv…
-
I used your code to train and test on RESIDE V0 dataset but I got the result 0.84/20.57 (SSIM/PSNR) for indoor task. Was I wrong at any step?
-
作者您好
这段时间在尝试复现您的实验时发现直接MS_LAP/test_cuda.ipynb这个demo无法复现您的结果,阅读代码后发现您在MFF2.py文件中259行处优化目标应该是写反了,修改为(1-ssim_out).backward()之后可以复现您的结果
-
Thank you for your wonderful work, but I have a little doubt. I used the deblur result you provided and directly compute all the evaluation metrics(PSNR SSIM) and found that the result was lower than…
-
Hi,
This is a great project, thanks to the author's open source。
I have some questions about this project‘s loss, how about bce+ssim+iou result?
more better than only use bce or worse then b…