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

NDC Conversion does NOT consider full extrinsic matrix #35

Open
PotatoPalooza opened this issue Aug 16, 2022 · 0 comments
Open

NDC Conversion does NOT consider full extrinsic matrix #35

PotatoPalooza opened this issue Aug 16, 2022 · 0 comments

Comments

@PotatoPalooza
Copy link
Member

The COLMAP NDC code must be fixxed to account for the camera's extrinsic rotations as right now it is centering the scene based on key points translations alone. This can be implemented by replacing the center point with an average of the real camera coordinates using Camera center C = -R^Tt where C is the camera center point, -R^T is the transposed rotation matrix from the extrinsic matrix and t is the translation component of the extrinsic matrix. Another solution may involve projecting the points3D data across all extrinsics and taking an average of that projection. This may be better at centering the object of interest within the bounding box for TensoRF.

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