CityGaussian icon indicating copy to clipboard operation
CityGaussian copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory: 'outputs/citygsv2_lfls_sh2_trim/blocks'

Open Amark-cheey opened this issue 7 months ago • 0 comments

Image 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 data/, but did not generate outputs/citygsv2_lfls_sh2_trim.

Image

Then I executed the following command:

CUDA_VISIBLE_DEVICES=1 python utils/train_citygs_partitions.py -n citygsv2_lfls_sh2_trim -p citygs_lfls_exp1 At this step, I encountered an error.

(3dcity) hujh@a800:~/expriement/1-cxy_model/3d/CityGaussian-main$ CUDA_VISIBLE_DEVICES=1 python utils/merge_citygs_ckpts.py outputs/citygsv2_lfls_sh2_trim 2025-05-14 11:04:29,306 | INFO | Searching checkpoint files... Traceback (most recent call last): File "/home/hujh/expriement/1-cxy_model/3d/CityGaussian-main/utils/merge_citygs_ckpts.py", line 36, in for i in os.listdir(checkpoint_dir): FileNotFoundError: [Errno 2] No such file or directory: 'outputs/citygsv2_lfls_sh2_trim/blocks'

Amark-cheey avatar May 14 '25 03:05 Amark-cheey