DekuLiuTesla / CityGaussian

[ECCV2024] CityGaussian: Real-time High-quality Large-Scale Scene Rendering with Gaussians
https://dekuliutesla.github.io/citygs/
Other
329 stars 18 forks source link

Bug: Unable to render images in render_large_lod.py without custom_test argument #29

Closed Sunnyhong0326 closed 1 week ago

Sunnyhong0326 commented 1 week ago

Hi, when I run python render_large_lod.py without custom_test (I want to render training images so I skip custom_test argument), the error occurs: image It seems that in line #123 and in line #126 you forget to add the first argument: dataset I run it successfully by adding the first argument dataset in render_set() function

DekuLiuTesla commented 1 week ago

Thansk for your reminding! All the datasets we used have separate test set so we didn't notice this problem. This bug is now fixed.