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.
When I run
python viewer.py --config config/mc_aerial_c36_lod.yaml
, it rises errorAttributeError: '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.