Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./outputcameras.json missing | Getting error in second step after Saving Gaussians and Eval Train #36

Open
DiamondGlassDrill opened this issue Dec 20, 2023 · 2 comments

Comments

@DiamondGlassDrill
Copy link

load_gs_cameras
with open(gs_output_path + 'cameras.json') as f:
FileNotFoundError: [Errno 2] No such file or directory: './outputcameras.json

python train.py -s ./data/playroom -c ./output -r sdf

cameras.json is in the output path. But I cannot find ./outputcameras.json as well.

@DiamondGlassDrill DiamondGlassDrill changed the title Getting error in second step after Saving Gaussians and Eval Train ./outputcameras.json missing | Getting error in second step after Saving Gaussians and Eval Train Dec 20, 2023
@cubantonystark
Copy link

try:

with open(gs_output_path + '/cameras.json') as f:

@DiamondGlassDrill
Copy link
Author

@cubantonystark solved it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants