a2801603396
Results
1
issues of
a2801603396
When I run test.py, I will report an error: TypeError: string indices must be integers In the following code: for result in results: !!self.metrics.add_batch(result['y_pred'], result['y_true'])!! metric_prefix = f'{result_name}_SemanticKITTI' In semantic_kitti_dataset_stage2.py...