m-bemana / xfields

Source code for xfields (SIGGRAPH Asia 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compressed flow representation for view

zzyunzhi opened this issue · comments

Hi,
Thanks a lot for the great work! I have one question regarding flow computation.

In the paper Section 4.2.4 you mentioned that you compute the flow Jacobian for depth field based on closed form reprojection, but basd on the code here it seems that depth field is treated the same way as light and time?

Hi,
thank you for your interest in our work.
one channel is enough to represent the depth field, although for sake of completeness we also consider 2d flow for the depth field. This 2d assumption could also compensate for inaccuracies in regular grid capturing.

Hi,
So to make it clear, in the implementation you did not use 1d depth field, but used 2d flow for all three types (view, light, time)?
Apart from this, do you have the intrinsic and extrinsic parameters for images in the dataset?
Thanks.

Hi,
yes, we used 2d flow for all three types.
As we worked with a regular LF grid, we did not estimate the camera parameters, and these parameters are not available.

Thanks for the reply! Closing the issue now.