Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangxu-0103 committed Aug 28, 2023
1 parent d68baef commit 07f2cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdet3d/datasets/transforms/transforms_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2604,6 +2604,7 @@ def laser_mix_transform(self, input_dict: dict, mix_results: dict) -> dict:
points = input_dict['points']
pts_semantic_mask = input_dict['pts_semantic_mask']

# convert angle to radian
pitch_angle_down = self.pitch_angles[0] / 180 * np.pi
pitch_angle_up = self.pitch_angles[1] / 180 * np.pi

Expand All @@ -2624,7 +2625,6 @@ def laser_mix_transform(self, input_dict: dict, mix_results: dict) -> dict:
out_points = []
out_pts_semantic_mask = []
for i in range(num_areas):
# convert angle to radian
start_angle = angle_list[i + 1]
end_angle = angle_list[i]
if i % 2 == 0: # pick from original point cloud
Expand Down

0 comments on commit 07f2cfa

Please # to comment.