redrock303 / NeRFLiX_CVPR2023

official NeRFLiX implementation
95 stars 10 forks source link

how calculate camera parameter ? #12

Closed goometasoft closed 1 year ago

goometasoft commented 1 year ago

how calculate camera parameter ?

redrock303 commented 1 year ago

I thinkit is possible to compute the intermediate camera pose by using linear interpolation for the translation and implementing quaternion slerp for the rotation matrix.