autonomousvision / sdfstudio

A Unified Framework for Surface Reconstruction
Apache License 2.0
1.9k stars 179 forks source link

Implementation of nerfmeshing #172

Open 61-- opened 11 months ago

61-- commented 11 months ago

I found a new method recently: nerfmeshing: distilling neural radiance fields into geometrically-accurate 3d meshes.

it can get accurate mesh and less time costing, such as used in zipnerf to get mesh.

so will you implement it? thanks.

niujinshuchong commented 11 months ago

@61-- Unfortunately I don't have the plan to implement nerfmeshing in the near future but contributions are welcome.

alex-crr commented 7 months ago

I found a new method recently: nerfmeshing: distilling neural radiance fields into geometrically-accurate 3d meshes.

it can get accurate mesh and less time costing, such as used in zipnerf to get mesh.

so will you implement it? thanks.

Could you provide a link to the codebase? I found the paper, but couldn't figure out where to get the code from?