Skip to content

Fix incorrect camera matrices in scene normalization#285

Merged
matthewdcong merged 1 commit intoopenvdb:mainfrom
matthewdcong:fix_scene_normalization
Apr 18, 2026
Merged

Fix incorrect camera matrices in scene normalization#285
matthewdcong merged 1 commit intoopenvdb:mainfrom
matthewdcong:fix_scene_normalization

Conversation

@matthewdcong
Copy link
Copy Markdown
Contributor

The scene normalization code incorrectly stores a local reference to camera_to_world_matrices instead of world_to_camera_matrices which leads to an incorrect inverted transform being passed to the similarity normalization leading to an incorrect scene scale.

@matthewdcong matthewdcong requested a review from a team as a code owner April 18, 2026 04:01
@matthewdcong matthewdcong requested review from harrism and swahtz and removed request for a team April 18, 2026 04:01
Signed-off-by: Matthew Cong <mcong@nvidia.com>
@matthewdcong matthewdcong force-pushed the fix_scene_normalization branch from 45f19da to 6dce33d Compare April 18, 2026 04:01
Copy link
Copy Markdown
Contributor

@swahtz swahtz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the catch!

@matthewdcong matthewdcong enabled auto-merge (squash) April 18, 2026 04:13
@matthewdcong matthewdcong merged commit 2d0e17e into openvdb:main Apr 18, 2026
14 checks passed
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

Successfully merging this pull request may close these issues.

2 participants