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

non-rigid blending support #5

Open
yairshp opened this issue Aug 31, 2023 · 1 comment
Open

non-rigid blending support #5

yairshp opened this issue Aug 31, 2023 · 1 comment

Comments

@yairshp
Copy link

yairshp commented Aug 31, 2023

Looking at section 4.2 in your excellent paper, I have noticed you mentioned a way for doing non-rigid blending, which I find very interesting. Are you planning to release support for this feature as well?

@windingwind
Copy link
Owner

Creating a proxy function for non-rigid blending is not a difficult task. However, since there is no GUI support for this operation, one must pre-define a blending mapping, which can be quite complex.

In our case, we manually blend the original 3D model using Blender and compute the blending mapping from mesh. Nevertheless, this is just a temporary solution since most NeRF models do not have 3D ground truth. You can create one using marching-cube, but that goes against our idea of mesh-free.

Releasing this without nice GUI support is not ideal, which is why we have decided not to include it at the moment. However, there is no guarantee that we will/won't have GUI support in the future.

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