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

Differences to NeuS #9

Open
fatbao55 opened this issue Aug 21, 2023 · 0 comments
Open

Differences to NeuS #9

fatbao55 opened this issue Aug 21, 2023 · 0 comments

Comments

@fatbao55
Copy link

Hi, thanks for the great work!

I was wondering what are the major differences to NeuS? When I was comparing the code, it seems that the main difference is the change in the sign of the outputs. I was wondering if there are any other changes in training to make it work better for UDF?

NeuralUDF/models/fields.py

Lines 210 to 211 in 1436d15

return torch.cat([self.udf_out(x[:, :1]) / self.scale, x[:, 1:]],
dim=-1)

@fatbao55 fatbao55 changed the title Differences to sdf Differences to NeuS Aug 21, 2023
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

1 participant