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

Nerfstudio Model Implementations #119

Open
neekolas opened this issue May 6, 2023 · 2 comments
Open

Nerfstudio Model Implementations #119

neekolas opened this issue May 6, 2023 · 2 comments

Comments

@neekolas
Copy link

neekolas commented May 6, 2023

Nerfstudio allows for external implementations of models. It would be great if there was a version of these models compatible with nerf-studio, similar to what Tetra-Nerf has done.

@YOUSIKI
Copy link

YOUSIKI commented May 12, 2023

Note that nerfstudio is implemented in PyTorch rather than JAX, and it can be a lot of work to migrate.

@neekolas
Copy link
Author

neekolas commented May 12, 2023

NerfStudio looks pretty modular to me. You can have a model that gets trained in a totally separate process, and as long as you can render the outputs of that model from Nerfstudio you can take advantage of the renderer and viewer (which is probably what 90% of people care about). Not saying that makes it trivial, but it does lower the scope of work quite a bit.

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