hustvl / 4DGaussians

[CVPR 2024] 4D Gaussian Splatting for Real-Time Dynamic Scene Rendering
https://guanjunwu.github.io/4dgs/
Apache License 2.0
2.26k stars 189 forks source link

如何查看训练完的模型? #97

Closed Huotianci closed 8 months ago

Huotianci commented 8 months ago

尊敬的作者您好: 我已经完成对您代码的复现,您做的工作非常的出色!!!

但是我现在只能在模型训练的时候,查看它渲染的效果,请问对于训练好的模型我应该如何查看它呢?

再次感谢您所做的工作!!! 期待您的回复!祝好!

Huotianci commented 8 months ago

对于训练完的模型,我用的是下面的命令: viewers/bin/SIBR_gaussianViewer_app.exe -m output/dnerf/bouncingballs/

Huotianci commented 8 months ago

结果是这样: image

guanjunwu commented 8 months ago

你好,我目前的代码中没有实现对这个viewer的支持,这个viewer只读进去了canonical的3dgs,并没有读入deformation. 我建议你可以开一个训练脚本,把iteration稍微延长一点(比如20010)。然后提前把remote的viewer打开,这样他就会卡在20000步了。 (不过目前的viewer效果十分的初步,后面我会支持更加好的viewer

Huotianci commented 8 months ago

好的谢谢!!!