gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

Could not find config file 'cfg_args'

Open heartlocket opened this issue 2 years ago • 4 comments

The viewer does not recognize the cfg_args file:

Could not find config file 'cfg_args' at C:\Users\heart\Desktop\DEV\gaussian-splatting\fh_splat3

I tried the solututions prevviously posted. None appear to work.

heartlocket avatar Nov 28 '23 21:11 heartlocket

Is there a file cfg_args in this particular location?

Snosixtyboo avatar Feb 09 '24 23:02 Snosixtyboo

same for me, the cfg_args file is surely existing and not empty. image

jhzhang2077 avatar May 28 '24 17:05 jhzhang2077

For my situation, I met this error because I used relative path of the file instead of the complete path.

Zou-2004 avatar Sep 28 '24 08:09 Zou-2004

Use the dir path not the ply path save my problem. dir: point_cloud/xx.ply cfg_args cameras.json

zb12138 avatar Feb 16 '25 14:02 zb12138