We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found the code hwf_cxcy.npy save [6, 1] matrix using separated focal length x, y
hwf_cxcy.npy
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.
1x5
hwf_cxcy = np.array([h, w, fx, fy, cx, cy]).reshape([6,1])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found the code
hwf_cxcy.npy
save [6, 1] matrix using separated focal length x, yBut the dataset explaination
hwf_cxcy.npy
stores the camera intrinsic (height, width, focal length, principal point x, principal point y) in a1x5
numpy array.The text was updated successfully, but these errors were encountered: