autonomousvision / mip-splatting

[CVPR'24 Best Student Paper] Mip-Splatting: Alias-free 3D Gaussian Splatting
https://niujinshuchong.github.io/mip-splatting/
Other
1.01k stars 65 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'benchmark_nerf_synthetic_ours_stmt/mic/cfg_args' #35

Open gongyan1 opened 4 months ago

gongyan1 commented 4 months ago

Looking for config file in benchmark_nerf_synthetic_ours_stmt/mic/cfg_args Traceback (most recent call last): File "render.py", line 60, in args = get_combined_args(parser) File "/home/jovyan/cfs/personal_data/gongyan/It/mip-splatting-main/arguments/init.py", line 105, in get_combined_args with open(cfgfilepath) as cfg_file: FileNotFoundError: [Errno 2] No such file or directory: 'benchmark_nerf_synthetic_ours_stmt/mic/cfg_args'

niujinshuchong commented 4 months ago

Hi, maybe you need to train the model first before the evaluation.