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
and also the log_test file in .logs is an empty text file.
Checklist
main
branch).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
and also the log_test file in .logs is an empty text file.