Skip to content

Commit

Permalink
Fix rotation_order attr
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Smith committed Nov 21, 2018
1 parent 6ea1b77 commit 2eadae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pointcnn_cls/cifar10_x3_l4.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

rotation_range = [0, 0, [0, math.pi], 'g']
rotation_range_val = [0, 0, 0, 'u']
order = 'rzyx'
rotation_order = 'rzyx'

scaling_range = [0.0, [0.01], 0.0, 'u']
scaling_range_val = [0, [0.01], 0, 'u']
Expand Down
2 changes: 1 addition & 1 deletion pointcnn_cls/tu_berlin_x3_l4.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

rotation_range = [0, math.pi / 12, [0, math.pi], 'g']
rotation_range_val = [0, 0, 0, 'u']
order = 'rzyx'
rotation_order = 'rzyx'

scaling_range = [0.15, [0.01], 0.15, 'g']
scaling_range_val = [0, [0.01], 0, 'u']
Expand Down

0 comments on commit 2eadae6

Please sign in to comment.