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

Fix camera interpolation bug #858

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Fix camera interpolation bug #858

merged 1 commit into from
Oct 31, 2022

Conversation

tancik
Copy link
Contributor

@tancik tancik commented Oct 31, 2022

The rotation matrices for the camera paths were not orthogonal and did not have a det=1. This would cause wierd jumping artifacts.

Before
https://user-images.githubusercontent.com/3310961/198920295-33c78e50-e6b4-406d-95dc-6b2aa766e95d.mov

After
https://user-images.githubusercontent.com/3310961/198920246-1ddeede7-0e33-4ffe-bd49-9d1de4203971.mov

@tancik tancik merged commit 724ec17 into main Oct 31, 2022
@tancik tancik deleted the tancik/fix_camera_path_bug branch October 31, 2022 02:52
chris838 pushed a commit to chris838/nerfstudio that referenced this pull request Apr 22, 2023
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.

1 participant