chshin10/epinet

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

jackpt8671 opened this issue · 1 comments

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.

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)