Skip to content

Commit

Permalink
Resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kokseang committed Jan 31, 2025
1 parent e3f8d1f commit 13e9256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perception_dataset/deepen/deepen_to_t4_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ def _format_deepen_annotation(
]
Args:
anno_path (str): path to the deepen annotation file
camera_index (Dict[str, int]): camera index dictionary
anno_path (str): path to the deepen annotation file
camera_index (Dict[str, int]): camera index dictionary
"""
anno_dict: Dict[str, Dict[int, List[Dict[str, Any]]]] = {}
for label_dict in label_dicts:
Expand Down

0 comments on commit 13e9256

Please sign in to comment.