Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hwf_cxcy document typo #30

Open
adahbingee opened this issue Aug 25, 2021 · 0 comments
Open

hwf_cxcy document typo #30

adahbingee opened this issue Aug 25, 2021 · 0 comments

Comments

@adahbingee
Copy link

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])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant