Dyanmic 3DGS: How to add custom buttons to the NeRF studio viewer for my own method? #3458
Answered
by
maturk
josephldobson
asked this question in
Q&A
-
I've been writing a dynamic gaussian splatting method as a NeRF Studio method and I would like to add some new buttons to the viewer for this method only. For example:
Whats the best/easiest way to do this without breaking anything? |
Beta Was this translation helpful? Give feedback.
Answered by
maturk
Oct 3, 2024
Replies: 1 comment 1 reply
-
Hi @josephldobson , there are documentation here. In short, you can add buttons in the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
josephldobson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @josephldobson , there are documentation here. In short, you can add buttons in the
populate_modules(self)
(or__init__(self)
) function by importing viewer_elements and adding ur needed buttons.