DekuLiuTesla / CityGaussian

CityGaussian Series for High-quality Large-Scale Scene Reconstruction with Gaussians
https://dekuliutesla.github.io/CityGaussianV2
Other
450 stars 29 forks source link

AttributeError: 'BlockedGaussian' object has no attribute 'cell_ids' #8

Closed 7yzx closed 2 months ago

7yzx commented 2 months ago

When I run python viewer.py --config config/mc_aerial_c36_lod.yaml, it rises error AttributeError: 'BlockedGaussian' object has no attribute 'cell_ids'. I noticed that lod_gs lacks cell_ids but contains cell_idxs. This might be where the problem arises, but I'm not sure how to modify it.

DekuLiuTesla commented 2 months ago

Thanks for your feedback. It's a bug caused by improved LoD mechanism. The bugs have been fixed. Please try the latest viewer.py!