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

Bugs: batch_cam.json related #30

Closed
Kreevoz opened this issue Jan 17, 2022 · 1 comment · Fixed by #58
Closed

Bugs: batch_cam.json related #30

Kreevoz opened this issue Jan 17, 2022 · 1 comment · Fixed by #58

Comments

@Kreevoz
Copy link

Kreevoz commented Jan 17, 2022

Bug 1) When a batch_cam.json was saved out from Testbed and is present in the dataset root dir, attempting to initialize testbed with the --scene data/nerf/etc argument will lead to:
ERROR Uncaught exception: [json.exception.type_error.302] type must be number, but is null

because the batch_cam.json is incorrectly parsed in place of the transforms.json file.

Workaround: Move that camera path file into another location outside of the main dataset directory.

Bug 2) When Testbed is instructed to load a batch_cam.json file when none exists, it crashes:
ERROR Uncaught exception: [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal

Workaround: Ensure the file exists in the specified path before attempting to load it.

@mmalex
Copy link
Contributor

mmalex commented Jan 17, 2022 via email

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

Successfully merging a pull request may close this issue.

2 participants