SSRSGJYD / NeuralTexture

Unofficial implementation of the paper "Deferred Neural Rendering: Image Synthesis using Neural Textures" in Pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

camera extrinsics

TheshowN opened this issue · comments

What exactly are the camera extrinsics here?I think camera extrinsics are generally parameters matrix include rotation and translatio, which has 6 DoF. But in the paper, camera extrinsics parameters' shape is 3.

Thanks in advance!

The camera extrinsics are expressed by the camera position in the object coordiate.

Hi @TheshowN do you figure out why only the position of camere (i.e., 3Dof) are needed? The rotation (i.e. the up and right vector) are not needed?
@SSRSGJYD could you give me some hints on this, and thanks in advance!