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

Do you have any idea on how to update camera view in latest nerfstudio? #12

Closed
elenacliu opened this issue Aug 29, 2023 · 3 comments
Closed

Comments

@elenacliu
Copy link

I try to install the nerfstudio in your repo, but the requirements for torch and cuda might be old, and I cannot successfully install tiny-cuda-nn for it. So the older version cannot run.
So I install the latest nerfstudio, and it can run as well, except the viewer's camera updating logics, because the code ViewerState in nerfstudio has changed so much. I haven't found a proper way to update the cameras till now.

@javieryu
Copy link
Owner

javieryu commented Aug 30, 2023

Sounds about right, I had seen that they made a lot of changes to the viewer. Updating the poses dynamically has been a challenge for a while, and I've brought it up to the Nerfstudio team but it's not a priority feature for them. I'll be working on transitioning to ROS2 this week, and so I'll try to poke around in the Viewer code and see if I can fix this issue there.

@javieryu
Copy link
Owner

javieryu commented Sep 10, 2023

@elenacliu Check out commit 0fc928d. This should allow the camera positions to populate over time if you refresh the page. I've tested this on my setup and v0.3.3 of nerfstudio. It seems like the nerfstudio team is doing yet another viewer overhaul so I probably won't explore this problem anymore until that is finished.

@javieryu
Copy link
Owner

Closing this for now!

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