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

Rotation term during post-processing #5

Open
shubhMaheshwari opened this issue Apr 25, 2022 · 1 comment
Open

Rotation term during post-processing #5

shubhMaheshwari opened this issue Apr 25, 2022 · 1 comment

Comments

@shubhMaheshwari
Copy link

shubhMaheshwari commented Apr 25, 2022

Hi @wenbin-lin,
Thanks for releasing the motion completion module in OcclusionFusion.
I had a doubt regarding the implementation of graph-based ARAP deformation. The paper mentions the use of ARAP term from Embedded Deformation. That it is similar to the post processing applied by 4DComplete.
4D complete uses ARAP on all vertices of the mesh, whereas in OcclusionFusion only graph nodes are used. Hence during optimisation the rotation term will not update. Can you also share the code for post-processing ?

Otherwise can you explain the ARAP in greater detail. Like the loss term, what parameters are updated, number of iterations, etc.
Also during reconstruction is the post processing performed before or after the optimisation?

@wenbin-lin
Copy link
Owner

The graph-based ARAP deformation is implemented as E_reg in our paper. The energy term for post-processing is a combination of E_motion and E_reg, and we optimize the rigid rotation and translation of each node.

During reconstruction, we do not need to do post-processing since we already include E_reg in the optimization.

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