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

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/lego_ds2/transforms.json' #170

Open
dellshan opened this issue Dec 12, 2023 · 0 comments

Comments

@dellshan
Copy link

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/lego_ds2/transforms.json' when run the Google Colab :

@title { vertical-output: true }

Visualize the bounding sphere.

json_fname = f"{colmap_path}/transforms.json"
print(colmap_path)
print(json_fname)
with open(json_fname) as file:

datasets/lego_ds2
datasets/lego_ds2/transforms.json

FileNotFoundError Traceback (most recent call last)
in <cell line: 6>()
4 print(colmap_path)
5 print(json_fname)
----> 6 with open(json_fname) as file:
7 meta = json.load(file)
8 center = meta["sphere_center"]

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/lego_ds2/transforms.json'

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

1 participant