Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I get the same results in your paper? #3

Closed
Git-H2K opened this issue Sep 23, 2017 · 2 comments
Closed

How can I get the same results in your paper? #3

Git-H2K opened this issue Sep 23, 2017 · 2 comments

Comments

@Git-H2K
Copy link

Git-H2K commented Sep 23, 2017

Hi! I compiled your code and computed PSNR using MATLAB function.
However, I got silightly different results.
#1 #2 #3 #4 #5 #6 #7 #8 #9 #10 avg
(Noallign-paper) 27.83 33.11 31.29 29.73 25.12 32.52 30.8 27.28 33.32 29.51 30.05
(Noallign-test ) 28.28 32.51 31.08 30.07 24.91 31.87 30.11 26.84 33.59 29.21 29.85

setting :

OS : ubuntu 16.04
VGA : titan X
preprocess : alignment = '_nowarp'
run_pred.sh
params
ALIGNMENT="nowarp"
MODEL="model2_symskip_nngraph2_deeper"
METHOD=""
REALSET="data/testing_real_all_nostab"$ALIGNMENT
FN="1108
"$MODEL$ALIGNMENT$METHOD
FNREAL=$FN"_real"
GPUID=0
EPOCHTEST=400

How can I get the same results in your paper ?

Thanks!
HH.

@shuochsu
Copy link
Owner

Hi Hyun-Ho, we used the evaluation code of Koehler et al. to calculate the PSNRs, which aligns the image pairs first. Their implementation of the metric is also slightly different compared to the naive MATLAB function. You may check it out here,
http://people.kyb.tuebingen.mpg.de/rolfk/BenchmarkECCV2012/evaluation_code.zip

@Git-H2K
Copy link
Author

Git-H2K commented Sep 25, 2017

Thanks :)

@Git-H2K Git-H2K closed this as completed Sep 25, 2017
@Git-H2K Git-H2K reopened this Sep 25, 2017
@Git-H2K Git-H2K closed this as completed Sep 25, 2017
chengzhag added a commit to chengzhag/DeepVideoDeblurring that referenced this issue Dec 23, 2018
chengzhag added a commit to chengzhag/DeepVideoDeblurring that referenced this issue Dec 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants