pixel-nerf
pixel-nerf copied to clipboard
Why is it multiplied by -1?
uv = - xyz[:, :, :2] / xyz[:, :, 2:]
in models.py
Why is it multiplied by -1?
Cause the value of z is negative in the default camera coordinate.