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

Bug: Unable to get default aabb in viewer.py when viewing lod #28

Closed Sunnyhong0326 closed 1 month ago

Sunnyhong0326 commented 1 month ago

Hi, when I run my custom dataset and view the viewer through viewer.py, the error occurs image I type the command as following: python viewer.py config/my_customdata_lod.yaml This is the simular issue of issue#27 , seems forget to add logic to get default aabb

Sunnyhong0326 commented 1 month ago

Yes, render_large_lod.py works, but viewer.py doesn't work. I can view the web viewer (viewer.py) by explicit type the aabb specified in my_customdata_aabb.npy in configuration file, but when user commment out aabb line in my_customdata_lod.yaml it causes error (it should automatically get default aabb when user comment out this line)

DekuLiuTesla commented 1 month ago

Thanks for your valuable feedback! This problem has now been fixed. Try the new viewer!

Sunnyhong0326 commented 1 month ago

Thanks! It works now!