Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.22k stars 167 forks source link

How do you visualize meshes #154

Open Cenbylin opened 7 months ago

Cenbylin commented 7 months ago

Thank you so much for this awesome work!

I would like to ask how you visualize these meshes (without texture)?

I have tried open3d but the results are not as amazing as yours. It would be greatly appreciated if you can share the used code, or the light/mat settings. 🙏

image
JiatengLiu commented 7 months ago

@Cenbylin @Anttwo I have same question, have you solved it?

2018cx commented 7 months ago

same question

Anttwo commented 7 months ago

Hello guys,

Thank you for the nice words! Please excuse me for my late answer, I've been very busy with a recent deadline.

Indeed, open3D is super useful for many tasks, but if you're looking for beautiful renderings, you will need more sophisticated rendering engines.

The secret is to use the Cycle engine in Blender! Blender is entirely free and open-source. It's the perfect tool for making beautiful renderings of meshes or point clouds.

For these images, I did the following:

I hope this message will help you! Feel free to ask additional questions!