Skip to content

Commit e7d3e50

Browse files
Xiangxu-0103PeterH0323
authored andcommitted
rebase
1 parent d7067e4 commit e7d3e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmdet3d/datasets/kitti_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def parse_data_info(self, info: dict) -> dict:
9898
9999
Returns:
100100
dict: Has `ann_info` in training stage. And
101-
all path has been converted to absolute path.
101+
all path has been converted to absolute path.
102102
"""
103103
if self.modality['use_lidar']:
104104
if 'plane' in info:

mmdet3d/datasets/transforms/loading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def transform(self, results: dict) -> dict:
897897
898898
Returns:
899899
dict: The dict containing loaded 3D bounding box, label, mask and
900-
semantic segmentation annotations.
900+
semantic segmentation annotations.
901901
"""
902902
results = super().transform(results)
903903
if self.with_bbox_3d:

0 commit comments

Comments
 (0)