From 1defcd75cf7c0399704a6a9f63d3a550bfb8c1c9 Mon Sep 17 00:00:00 2001 From: HuguesTHOMAS Date: Mon, 18 Jul 2022 10:53:39 -0400 Subject: [PATCH] . --- datasets/SemanticKitti.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/SemanticKitti.py b/datasets/SemanticKitti.py index 7e7da04..2f10774 100644 --- a/datasets/SemanticKitti.py +++ b/datasets/SemanticKitti.py @@ -795,7 +795,7 @@ class SemanticKittiSampler(Sampler): error_message += '{:>15s} {:>15s}\n'.format('Class', '# of frames') for iii, ccc in enumerate(self.dataset.label_values): error_message += '{:>15s} {:>15d}\n'.format(self.dataset.label_names[iii], len(self.dataset.class_frames[iii])) - error_message = '\nThis error is raised if one of the classes is not ignored and does not appear in any of the frames of the dataset.\n' + error_message += '\nThis error is raised if one of the classes is not ignored and does not appear in any of the frames of the dataset.\n' raise ValueError(error_message) # Stack the chosen indices of all classes