yzhao520 / CPP

CVPR 2021 "Camera Pose Matters: Improving Depth Prediction by Mitigating Pose Distribution Bias"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Equations in the paper

xianrui-luo opened this issue · comments

Hi, I am not familiar with 3D projection, I wonder if there is any reference regarding to the equation 7 in your paper? I cannot find where to calculate $V_{proj}$

image

v_{proj} is just vector [0, 0, 1] and extract the last dimension (z axis) in the 3d point.

Thank you for replying.