Skip to content

Commit

Permalink
resolve review
Browse files Browse the repository at this point in the history
  • Loading branch information
sjh committed Dec 27, 2023
1 parent b2e9d9d commit 7202119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dataset_converters/waymo_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def convert_one(self, file_idx):
file_idx (int): Index of the file to be converted.
Returns:
file_infos (list): Waymo infos for all frames in current file.
List[dict]: Waymo infos for all frames in current file.
"""
pathname = self.tfrecord_pathnames[file_idx]
dataset = tf.data.TFRecordDataset(pathname, compression_type='')
Expand Down Expand Up @@ -408,7 +408,7 @@ def cart_to_homo(self, mat):
return ret

def create_waymo_info_file(self, frame, file_idx, frame_idx, file_infos):
"""Generate waymo train/val/test infos.
r"""Generate waymo train/val/test infos.
For more details about infos, please refer to:
https://mmdetection3d.readthedocs.io/en/latest/advanced_guides/datasets/waymo.html
Expand Down

0 comments on commit 7202119

Please sign in to comment.