yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.33k stars 1.04k forks source link

Transformation matrix #100

Open iamankan opened 1 year ago

iamankan commented 1 year ago

In the transformation json file, I have the following queries:

  1. Is "camera_angle_x" the angle at which the optical center of the camera is looking at the surface?
  2. What is "transform_matrix"? Is it the camera matrix (Intrinsic*Extrinsic)?
  3. For each image, what is "rotation"? All rotation values are same.
elenacliu commented 1 year ago

I have the same issue, do you know the answer now?

lulcai commented 5 months ago

I have the same issue too