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.36k stars 182 forks source link

Can the viewer see the 3D rendering converge in real time? like instant ngp #129

Closed hanjoonwon closed 9 months ago

hanjoonwon commented 10 months ago

I'm wondering if it's possible to watch the process of 3d rendering in real time. According to the readme, I've already checked the viewer to watch the file that has completed the train, but I'm wondering if it's possible to watch it at the same time as the train like instant ngp and original repo

Anttwo commented 9 months ago

Hello @hanjoonwon,

Sadly, there is currently no option to watch the model train in real-time. The viewer only allows you to see the result after training. I'm sorry for that.

I suppose it could be possible to make a viewer like Instant-NGP; It’s just that it would require a lot of effort from me hehe πŸ˜„

I agree it would be a (very) useful feature, though. I will definitely keep that in mind.

hanjoonwon commented 9 months ago

Hello @hanjoonwon,

Sadly, there is currently no option to watch the model train in real-time. The viewer only allows you to see the result after training. I'm sorry for that.

I suppose it could be possible to make a viewer like Instant-NGP; It’s just that it would require a lot of effort from me hehe πŸ˜„

I agree it would be a (very) useful feature, though. I will definitely keep that in mind.

Thanks :) πŸ˜„