ziyc / drivestudio

A 3DGS framework for omni urban scene reconstruction and simulation.
https://ziyc.github.io/omnire/
MIT License
525 stars 38 forks source link

As training proceeds, Gaussians get deleted and the map has holes in it. #45

Open projektjoe opened 4 days ago

projektjoe commented 4 days ago

I have tested both omni-re and street gaussian implementations within drivestudio. As the number of iterations increase, I noticed that the file size of the checkpoint decreases

image

I have also tried to view the scene in a 3D viewer (birdeye-view) I noticed that there are a lot of black holes (50k iter): image For 100k, it gets significantly worse.

I did not change any hyperparameter, except for the number of iterations.

Wzxthu commented 3 days ago

After 20000 iter, it only did culling but not duping. That's why it is getting smaller I think.