kcheng1021 / GaussianPro

[ICML2024] Official code for GaussianPro: 3D Gaussian Splatting with Progressive Propagation
https://kcheng1021.github.io/gaussianpro.github.io/
MIT License
551 stars 36 forks source link

关于后续处理问题 #28

Open xiangdeyizhang opened 3 months ago

xiangdeyizhang commented 3 months ago

你好,我这里运行完 bash demo.sh之后,下一步该怎么合成完整的3d mesh图呢?然后我在执行bash demo.sh最后出现assert False, "Could not recognize scene type!" ,这个地方影响后续进程吗

kcheng1021 commented 2 months ago

Hello, it seems there was a problem with your data reading, which resulted in the error "Could not recognize scene type!". If you want to get 3D mesh, tsdf fusion from rendered depth could be considered.