-
Notifications
You must be signed in to change notification settings - Fork 85
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
Understanding to the "SampleNetwork" module #8
Comments
Hi, thanks :) First, note that : surface_sdf_values = surface_output.detach() This handles the case when surface_output is not exactly zero, meaning that the point x is on some s-levelest, so this correction will lead to the correct derivation. In fact, this idea based on a former paper from our lab (https://arxiv.org/abs/1905.11911) where we developed the formula of how to control general s-levelsets of the network f. Hope it clears your concern! |
Hi lioryariv, thanks for your timely reply, sounds really interesting, I will take a look at the paper. |
Hi there, really nice work!
And I'm trying to understand this line code, it looks different from Eq.3 of the main paper, the "surface_output, surface_sdf_values" seems are the same value and it would be really helpful if you could explain it more. Thank you in advance!
The text was updated successfully, but these errors were encountered: