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

Resolution of output disparity map should be 512x512 in case of synthetic LF data #5

Open
jackpt8671 opened this issue Sep 16, 2018 · 1 comment

Comments

@jackpt8671
Copy link

Hi Changha,

Very thankful for your github contribution code. Can you confirm the resolution of disparity map ?
In your code, it generates 490x490 one but 512x512 is more correct, isnt it?
I ask this question because the ground truth of synthetic LF has resolution 512x512. I want to make a fair comparison.

Have a good day, btw.

@chshin10
Copy link
Owner

chshin10 commented Sep 18, 2018

Yes, our output size is 490x490 pixels.
Since we didn't use padding in convolution layers, our output size was reduced.
In HCI benchmark site, they also compare the output result in (482, 482) pixels.
I think you can use their source code for a fair comparison. (https://github.com/lightfield-analysis/evaluation-toolkit#1-evaluate-light-field-algorithms)

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