srijanparmeshwar / monodepth360

Master's project implementing depth estimation for spherical images using unsupervised learning with CNNs.
48 stars 10 forks source link

Spherical warping with translation #5

Open winterstory opened 5 years ago

winterstory commented 5 years ago

Hello.

I appreciate to your great project in regard to spherical depth estimation. In the spherical warping, I think that only rotational warping is conducted, not translational one. Do I missing something or just not implemented in this repository? I want to synthesize the equirectangular frame 1 to frame 2, using the depth and motion parameters. Do you have any idea about this?

Thank you!