You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
Checklist
main
branch).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]
The text was updated successfully, but these errors were encountered: