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

camera pose refinement starting from relatively correct initial poses instead of identity transformation matrices #20

Closed
tofis opened this issue Feb 22, 2022 · 2 comments

Comments

@tofis
Copy link

tofis commented Feb 22, 2022

Thank you @chenhsuanlin for sharing this impressive work. I wanted to ask you whether it is possible to initiate BARF training from initial camera poses instead of identity matrices changing the configuration only or I have to adapt the code.

@chenhsuanlin
Copy link
Owner

Hi @tofis, it is definitely possible (as was in the Blender data experiments), but there would be a bit of code modification involved. The pose variable up to this line would be the initial poses (ground truth + noise for Blender and identity for LLFF), followed by the correction pose_refine. So you just have to make sure your initial camera poses are assigned to pose.
Hope this helps!

@tofis
Copy link
Author

tofis commented Feb 23, 2022

Thanks for the prompt reply! Indeed, that does the job!

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

2 participants