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 3709e3b commit 1b525ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perception_dataset/t4_dataset/annotation_files_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _convert_to_t4_format(
"z" (float): z of object location,
},
"velocity" (Optional[Dict[str, float]]): {
"x" (float): x of object velocity,
"x" (float): x of object velocity,
"y" (float): y of object velocity,
"z" (float): z of object velocity,
},
Expand Down Expand Up @@ -269,7 +269,7 @@ def _convert_to_t4_format(
"num_radar_pts" (int): the number of radar points in object,
},
...
],
],
1: []. ...
}
Expand Down

0 comments on commit 1b525ef

Please sign in to comment.