Open lzg1988 opened 1 year ago
https://github.com/MohitLamba94/LLPackNet/issues/4#issuecomment-1347631187
Anyway, here are further discussions to figure out whether you work(LLPackNet BMCV 2020 and RED CVPR2021) are replicable.
Refer to Understanding Health Research, "It is very important that research can be replicated, because it means that other researchers can test the findings of the research. Replicability keeps researchers honest and can give readers confidence in research."
So
Thanks for your patience!! :)
Maybe there is no much difference between using 0+2 and 0* for training.
However, the main issue is whether you use ONLY 0.1s data for training and testing. According to our experiments, we retrain sid using all data(0.1s+0.033s+0.04s), the psnr and ssim(28.89/0.787) is almost the same as their paper. But if we use 0.1s data ONLY, the psnr and ssim is much better(29. 5/0.814).
SO can your pretrained model reproduce your psnr and ssim using ALL testing data(0.1s+0.033s+0.04s) and is your model in your paper training and testing ALL data(0.1s+0.033s+0.04s) as SID or DID?
And we also notice other researcher also point out the same issue in RED. So we are also want to figure out whether your result is training and testing in all data.
https://github.com/MohitLamba94/Restoring-Extremely-Dark-Images-In-Real-Time/issues/6
There is some strange thing in you work RED https://github.com/MohitLamba94/Restoring-Extremely-Dark-Images-In-Real-Time/commit/31248de859d15489103c40b2a32b480f6fa30f39 In 2022 May 16, you delete your detailed training path and testing paths(USE ONLY 0.1s data) and replace with some confusable '/path_to_SID_short_training'. We don't know what data you TRUELY train and test?
Hello, so I have done some quick experiments and retrained the model now WITHOUT using the validation set to really see if the validation set is bringing any significant advantages. The exact details are as below,
And I am yet able to reproduce the same results i.e 0.78 million parameters with 59 GFlops with PSNR = 28.64 dB and SSIM = 0.79
I have further examined the images qualitatively and they look as good.
I hope this helps you and removes any ambiguity.
There is some strange thing in you work RED 31248de In 2022 May 16, you delete your detailed training path and testing paths(USE ONLY 0.1s data) and replace with some confusable '/path_to_SID_short_training'. We don't know what data you TRUELY train and test?
I hope my previous comment clarifies. The edits were made to tell which part of the code does what.
Thanks for your reply. Could you provide your trained model? Thanks~
You reply https://github.com/MohitLamba94/LLPackNet/issues/4#issuecomment-1345939280
1. testing issue
you used only 0.1s raw data for testing, why not use the below data for testing???
which was tested in sid and did.
2. training issue
you said
But for sid and did, they only use 0* data, totaly 161. BUT you use 181 data(more 20 data) for training?
Can you explain the above two issues?:)