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

[Feat req] Nerf->SDF->Mesh pipeline for AIGC #9

Open
yhyu13 opened this issue Feb 27, 2023 · 1 comment
Open

[Feat req] Nerf->SDF->Mesh pipeline for AIGC #9

yhyu13 opened this issue Feb 27, 2023 · 1 comment

Comments

@yhyu13
Copy link

yhyu13 commented Feb 27, 2023

刚接触AIGC,有计划实现类似instant-ngp的网格体生成功能吗,只要白膜就行。这样就可以用于AIGC了

如果我没理解错instant-ngp的实现方法 https://github.com/NVlabs/instant-ngp/blob/master/src/marching_cubes.cu
原理应该是nerf 按照不透明度 转化成sdf,然后sdf再采样成mesh。

不确定太极有没有 现成的sdf2mesh函数库。但是找到一个开源的python实现:https://github.com/cvlab-epfl/voxel2mesh

谢谢


I am new to AIGC, are there any plans to implement mesh generation functions similar to instant-ngp, as long as the white film will do? This makes it useful for AIGC

If I'm not mistaken, instant-ngp implementation https://github.com/NVlabs/instant-ngp/blob/master/src/marching_cubes.cu
The principle should be that nerf is converted into SDF according to opacity, and then SDF is sampled into mesh.

Not sure if Tai Chi has a ready-made sdf2mesh library. But find an open source Python implementation: https://github.com/cvlab-epfl/voxel2mesh

@Linyou
Copy link
Owner

Linyou commented Feb 28, 2023

Hi @yhyu13

Thanks for bringing this up! Regarding your question, I currently do not have any plan to support mesh extraction.

However, you could consider using another repo like nerfmesh, which already offers a python implementation for your solution. And if you are interested in SDF, I suggest you could use sdfstudio

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