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

AssertionError: No instance result - results/pred_instance/scene0011_00.txt. #180

Open
xiaotiancai899 opened this issue Jun 23, 2023 · 1 comment

Comments

@xiaotiancai899
Copy link

When I use visualization.py for the scannet200 dataset visualization. An error occurred. The command I used is: python tools/visualization.py --prediction_path results/ --out output/

Traceback (most recent call last):
File "tools/visualization.py", line 606, in
xyz, rgb, boxes = get_coords_color(opt)
File "tools/visualization.py", line 435, in get_coords_color
assert os.path.isfile(instance_file), "No instance result - {}.".format(instance_file)
AssertionError: No instance result - results/pred_instance/scene0011_00.txt.

Any ideas about this? Thanks so much in advance!!!

@thangvubk
Copy link
Owner

Maybe you didnot save the prediction. https://github.com/thangvubk/SoftGroup/blob/main/docs/visualization.md

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