nex-mpi / nex-code

Code release for NeX: Real-time View Synthesis with Neural Basis Expansion
MIT License
594 stars 73 forks source link

hwf_cxcy document typo #30

Open adahbingee opened 3 years ago

adahbingee commented 3 years ago

I found the code hwf_cxcy.npy save [6, 1] matrix using separated focal length x, y

But the dataset explaination

hwf_cxcy.npy stores the camera intrinsic (height, width, focal length, principal point x, principal point y) in a 1x5 numpy array.

hwf_cxcy = np.array([h, w, fx, fy, cx, cy]).reshape([6,1])