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

generate new view and locate its coordinate #792

Open
xytjc opened this issue May 7, 2024 · 1 comment
Open

generate new view and locate its coordinate #792

xytjc opened this issue May 7, 2024 · 1 comment

Comments

@xytjc
Copy link

xytjc commented May 7, 2024

Yeah, I want to generate a 'new' pose view (different from my input images) and locate its coordinates, how shoud i do

@smileyenot983
Copy link

Gaussian splatting does interpolation well.
You can pick 2 views(T1, T2) and interpolate pose between them. For example, using spline. After that you can create your own View and pass it to render function. It would return a dict, where generated new view is under "render" key.

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