CityGaussian
CityGaussian copied to clipboard
[ECCV`24&ICLR`25] CityGaussian Series for High-quality Large-Scale Scene Reconstruction with Gaussians
When I run `run_citygs_lod.sh` on the `residence` dataset, three `prune` programs run parallel, and each of them uses about 170G Memory of CPU, while I only have a 500G memory,...

`run_citygs.sh`脚本中的多gpu指定无效,训练时只使用了一张卡,请问有碰到过这种情况吗
Hello, I used the configuration file you provided to train the rubble_c9_r4 scenario in the mill19 dataset, but the result I got was more clutter in the air. Can you...
Hi, thanks for your great work. But your provided checkpoints (matrix city aerial) on hugging face seems much worse than your video on project page. Did you upload the correct...
After downsampling in matrix_city, the image resolution is 1600x900. Why is the resolution in sparse/cameras.txt showing as 1920 1080 with the PINHOLE values 2317.6449482429634 2317.6449482429634 960.0 540.0 (1920x1080 resolution)? How...
我有一份5镜头无人机拍摄的倾斜摄影模型照片,用comap做前期处理,生成去畸变后的图像和camera.bin,points.bin以及images.bin,然后对影像进行2.0倍下采样,深度图也是2.0倍下采样,最后生成的3dgs模型不尽如人意,请问5镜头需要做前置什么特殊处理吗?
 I'm working on the lfs experiment of gauu_scene, and I ran the following command: CUDA_VISIBLE_DEVICES=$gpu_id python utils/partition_citygs.py --config_path configs/$NAME.yaml --force # --reorient This only generated the partition directory under...
First of all, thank you for your excellent work! I noticed that the paper adopts a Decomposed-Gradient-based densification strategy. Could you please point out which part of the code corresponds...