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

Summarize the question. (e.g., "How to do inference on custom dataset ? ") #649

Open
3 tasks done
antonis-nt opened this issue Jun 3, 2024 · 0 comments
Open
3 tasks done
Labels
question Further information is requested

Comments

@antonis-nt
Copy link

Checklist

My Question

Hello. When running test in semantickitti dataset, in the test folder we get the predictions. If you get these predictions in each sequence folder of the test set as labels folder and then run test again, you will also get scores of the predictions. That at least happens in semantickitti and toronto3d datasets. But when used the same for parislille3d dataset it gives the following error:

Traceback (most recent call last):
File "/home/PycharmProjects/pythonProject1/test4.py", line 38, in
pipeline.run_test()
File "/home/anaconda3/envs/open3d/lib/python3.9/site-packages/open3d/_ml3d/torch/pipelines/semantic_segmentation.py",
line 259, in run_test
f"Overall Testing Accuracy : {self.metric_test.acc()[-1]}, mIoU : {self.metric_test.iou()[-1]}"
TypeError: 'NoneType' object is not subscriptable
test 0/1: 100%|██████████| 2901742/2901742 [02:22<00:00, 20357.49it/s]

@antonis-nt antonis-nt added the question Further information is requested label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant