isl-org / Open3D-ML

An extension of Open3D to address 3D Machine Learning tasks
Other
1.82k stars 313 forks source link

Problem getting overall accuracy and mean intersection over union (mIoU) #632

Open antonis-nt opened 8 months ago

antonis-nt commented 8 months ago

Checklist

My Question

I'm running a pretrained model for semantic segmentation in semantickitti dataset as seen on the home page. In test_split i have made a modification by changing it only for sequence '17', in order to have some results as quickly as possible because using all the test_split it just terminates. So, i have changed in randlanet_semantickitti.yml file and in SemanticKITTI class the test_split to just '17'. After running, i get in the folder test/sequences/17/predictions all the .labels, but at the end of running i get this error

Screenshot from 2023-12-11 20-04-34

and also the log_test file in .logs is an empty text file.