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

About SDF to semantic field #11

Open
MontaEllis opened this issue May 16, 2023 · 1 comment
Open

About SDF to semantic field #11

MontaEllis opened this issue May 16, 2023 · 1 comment

Comments

@MontaEllis
Copy link

It seems like we can convert SDFs of different objects to semantic fields via sigmoid.

semantic = self.sigmoid * torch.sigmoid(-self.sigmoid * sdf_raw)

Can this converter be generalized to other methods? Like pi-gan and eg3d.

@QianyiWu
Copy link
Owner

I haven't tried such a design in a generative model setting. But the key motivation of this semantic field design is to tie the surface of objects with segmentation mask labels. Therefore, if you would like your model meets such a requirement, it is worth giving a try :)

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