-
To whom it may concern:
Hi, I am Zhaokang Liao, a graduated student interested in image correction topic. I ran your code to test the SSIM and PSNR of 4000 corrected images and the ground tr…
-
Data for airlines doesn't seem to available very often as gtfs formats.
I see that the ssim format seems to be used quite often, would it make sense to support it in motis? (see for example https://g…
-
Hi @cchen156 ,
This work is very exciting. But I have a question about the quantitative results reported in the paper Table3.
I downloaded the source code and trained model, and tested Sony dat…
-
Hello,
This SSIM implementation is a great addiction to the differentiable functions of PyTorch. However it is lacking the Multi-Scale Structural Similarity, a more commonly used metric in image a…
-
python main_test_rvrt.py --task 006_RVRT_videodenoising_DAVIS_16frames --sigma 50 --folder_lq C:/RVRT/testsets/Set8/ --folder_gt C:/RVRT/testsets/Set8/ --tile 0 256 256 --tile_overlap 2 20 20
Traceba…
-
export CUDA_VISIBLE_DEVICES=0
dataset LOL_v1
Not using Automatic Mixed Precision
===>Testing using weights: pretrained_weights/LOL.pth/net_g_1000.pth
data/LOLv1/Test/input
data/LOLv1/Test/target…
-
Hi, Longguang,
Thank your for providing the resource code and the pre-trained model. It is a wonderful and elegant work. However, when I use the pre-trained model or the retrained model according t…
-
Hello, what is the range of normalization when the data set is processed in tif format? Or when calculating the evaluation index, what is the data_range parameter of PSNR and SSIM?Looking forward to y…
-
It seems that whether the class SSIM/MS_SSIM or the function ssim/msssim are all unsupported for the input with 1 channel. When I fed the ssim function with input array of size (1,1,1984,1984), I enco…
-
Hello, I have run your code. Good results have been achieved. But in the fashion dataset(176*256), only SSIM 0.65 was obtained and SSIM_256 is 0.68. Is there any problem with the SSIM I got? Because …