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

Is Enable camera pose optimization #83 solved? #124

Open
TwiceMao opened this issue Sep 14, 2023 · 5 comments
Open

Is Enable camera pose optimization #83 solved? #124

TwiceMao opened this issue Sep 14, 2023 · 5 comments

Comments

@TwiceMao
Copy link

Is Enable camera pose optimization #83 solved?
Thx!

@wanmeihuali
Copy link
Owner

The recent finding is that: even for pose optimization only(Given a trained scene), some pose still does not converge. I'm still debugging it.

@ttsesm
Copy link

ttsesm commented Sep 26, 2023

Hi guys,
What do you mean by "enable camera pose optimization"?

Do you mean to solve for the camera pose instead of the image during the inference time or something else?

Thanks.

@wanmeihuali
Copy link
Owner

@ttsesm Yep, as long as the training process is

$$ loss=L(render(gaussian, T_{camera})) $$

$$ gaussian=gaussian-\delta_{lr} \frac{\partial{loss}}{\partial{gaussian}} $$

It shall also be possible to optimize the camera pose:

$$ T_{camera}=T_{camera}-\delta_{lr} \frac{\partial{loss}}{\partial{T_{camera}}} $$

Given a trained scene and a camera pose with noise, we shall be able to optimize the camera pose to remove noise from it. Further, given a list of image-camera pose pairs in which the camera pose is noisy, we might still be able to train the scene.

The following papers may help you learn more about pose optimization in NeRF:
barf: https://arxiv.org/abs/2104.06405
nope-nerf: https://arxiv.org/abs/2212.07388

@ptg666
Copy link

ptg666 commented Nov 23, 2023

Hi, has the problem of camera pose optimization been solved? @wanmeihuali

@QitaoZhao
Copy link

Same question here!

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

5 participants