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

Unable to execute prepare_scannet.py on colab #4

Open
TrendonauT opened this issue Oct 24, 2022 · 0 comments
Open

Unable to execute prepare_scannet.py on colab #4

TrendonauT opened this issue Oct 24, 2022 · 0 comments

Comments

@TrendonauT
Copy link

hi @daveredrum

I'm getting the following error on executing the command below on colab terminal:

Command:
/content/D3Net/data/scannet# python prepare_scannet.py

Error:
data split: train
scene0000_00
Traceback (most recent call last):
File "prepare_scannet.py", line 222, in
process_all_scans(cfg)
File "prepare_scannet.py", line 205, in process_all_scans
process_one_scan(scan, cfg)
File "prepare_scannet.py", line 181, in process_one_scan
mesh, aligned_mesh, sem_labels, instance_ids, instance_bboxes, aligned_instance_bboxes = export(scan, cfg)
File "prepare_scannet.py", line 146, in export
mesh = read_mesh_file(mesh_file) #(num_verts, 9) xyz+rgb+normal
File "prepare_scannet.py", line 30, in read_mesh_file
mesh = scannet_utils.read_mesh_vertices_rgb_normal(mesh_file) #(num_verts, 9) xyz+rgb+normal
File "/content/D3Net/data/scannet/scannet_utils.py", line 119, in read_mesh_vertices_rgb_normal
assert(os.path.isfile(filename))
AssertionError

Is it possible that I'm doing something incorrectly in
image
I'm not entirely sure what is to be done here

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