Open dawood95 opened 11 months ago
https://github.com/facebookresearch/robust-dynrf/blob/c56be705940c488cdfeac73d51c332d75101d60c/camera.py#L8
Can you explain how 1x9 is getting converted to 3x4 / the reasoning behind?
the rotation matrix columns are orthogonal to each other so if you take the first two and do a dot product you will get the third column. I am not sure from an optimization point view how much beneficial that is.
https://github.com/facebookresearch/robust-dynrf/blob/c56be705940c488cdfeac73d51c332d75101d60c/camera.py#L8
Can you explain how 1x9 is getting converted to 3x4 / the reasoning behind?