fudan-zvg / PVG

Periodic Vibration Gaussian: Dynamic Urban Scene Reconstruction and Real-time Rendering
https://fudan-zvg.github.io/PVG/
MIT License
223 stars 7 forks source link

Training without Lidar points #11

Open phongnhhn92 opened 3 months ago

phongnhhn92 commented 3 months ago

Hi,

I have a quick question: You method seems to rely on Lidar points to intialize the gaussian blobs. Conventional 3DGS method works on randomly initialised point-cloud, I wonder if PVG can do that as well ? How does it affect the rendering results.

SuLvXiangXin commented 3 months ago

Hi, we have tested to train PVG with randomly initialized point cloud. It may produce bad depth map, while the rendering PSNR decrease slightly .

phongnhhn92 commented 3 months ago

Hi, I wonder how can I do that with the current codebase ?