liuyuan-pal / SyncDreamer

[ICLR 2024 Spotlight] SyncDreamer: Generating Multiview-consistent Images from a Single-view Image
https://liuyuan-pal.github.io/SyncDreamer/
MIT License
906 stars 39 forks source link

Hello liuyuan, how to save mesh for nerf? Can I simply comment out the assertion? #25

Open seakforzq opened 1 year ago

seakforzq commented 1 year ago

this line: if not isinstance(model.renderer, NeuSRenderer): return

liuyuan-pal commented 1 year ago

Hi, I don't implement the code for mesh extraction on nerf. The key problem is that you need to specify a density threshold for mesh.

MasterHM-ml commented 1 year ago

Hey, any chance you implemented the code for mesh extraction on nerf? NeRF is working much faster than NeUS.

Shen001 commented 11 months ago

楼主的效果看起来不错,准备做做导出mesh模型的工作吗?