Skip to content

Commit

Permalink
[Fix] Update GlobalRotScale in the config of pointpillars benchmark (#…
Browse files Browse the repository at this point in the history
…474)

* Update GlobalRotScale in the config of pointpillars benchmark

* Update config in the ObjectNoise
  • Loading branch information
Tai-Wang authored Apr 23, 2021
1 parent e1682ff commit 3c540f7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@
dict(
type='ObjectNoise',
num_try=100,
loc_noise_std=[0.25, 0.25, 0.25],
translation_std=[0.25, 0.25, 0.25],
global_rot_range=[0.0, 0.0],
rot_uniform_noise=[-0.15707963267, 0.15707963267]),
rot_range=[-0.15707963267, 0.15707963267]),
dict(type='RandomFlip3D', flip_ratio_bev_horizontal=0.5),
dict(
type='GlobalRotScale',
rot_uniform_noise=[-0.78539816, 0.78539816],
scaling_uniform_noise=[0.95, 1.05]),
type='GlobalRotScaleTrans',
rot_range=[-0.78539816, 0.78539816],
scale_ratio_range=[0.95, 1.05]),
dict(type='PointsRangeFilter', point_cloud_range=point_cloud_range),
dict(type='ObjectRangeFilter', point_cloud_range=point_cloud_range),
dict(type='PointShuffle'),
Expand Down

0 comments on commit 3c540f7

Please sign in to comment.