Closed fefespn closed 10 months ago
Hi would you mind sharing the error message? This part should be exactly the same as the original DreamGaussian code.
Thanks for replying. So I needed to gaussians.prune with smaller opacity in the previous line. (in dreamgaussian I didn't do that although) I am closing the issue. Thanks a lot !
Hey, Thanks for your open source !
regarding stage1, I am trying to extract it not in ply but to glb (geo+text). so I change in lines ~503 in ./main.py:
save
self.save_model(mode='model')
self.save_model(mode='geo+tex')
but I got an error while extracting the field from the gaussian. I still didn't debugged it, but before I enter to it, may you encounter this issue ? Thanks a lot.