-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
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, |
Thanks :) |
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
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.
The text was updated successfully, but these errors were encountered: