-
Hello sir, when I run the command `python basicsr/test.py -opt options/test/test_x4.yml`, I found that there is assertion error:
`
Traceback (most recent call last):
File "/home/sunzhenyu/Projec…
-
Thanks for the great work~
I use 3 camera(front_far, front_left front_right), 50 frames, panda 128 lidar on my own dataset, the other config is same as default cofig.
# the train and test psnr
{"sp…
-
In the paper, I saw the term "CC SNR." Could the authors provide the code related to SNR? Alternatively, can you share the approach used to evaluate SNR? Is it based on Fourier transform, ROI selectio…
-
```
ffmpeg -y -v 0 -nostdin -re -f lavfi -i testsrc -f matroska -c:v ffv1 -t 5 - | qcli -i - -o test.qctools.mkv
qcli dev build, Apr 9 2024 21:24:45
filters selected: signalstats psnr aphasemeter …
-
Hello,
I am trying to parse an SSIM file but not able to do it as I got the next error, do you know what does it mean?
2023-09-20 19:37:19,608] INFO: Expanded 15546 slots into 384146 flights.
T…
-
Thank you very much for your work. We would like to cite your paper and make a fair comparison with your method. Can you provide the evaluation code?
-
I tried to get PSNR, SSIM and LPIPS using the D-NeRF Quantitatively evaluation file: metrics.ipynb but the result seems not correct. My result for the cutting_tissues_twice dataset is {'mse': 0.023209…
-
[Taming 3DGS](https://arxiv.org/abs/2406.15643) released an optimized 3dgs implementation which seems to be faster than the current gsplat. The released code mostly related to section 4 of their paper…
-
My issue is about trying to refactor using pylsp with the rope plugin, through a `code_action`
I'm trying to extract `await secondary_windows_spawned.wait()` from:
```python
async def run_main_…
-
Thank you for your perfect code.
I add your code to EDSR project ,but I see I can not calculate psnr and ssim at the same time,because ckp is just one.
I try to deepcopy it ,but it can not be copied…