Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
f201ba68
Commit
f201ba68
authored
May 09, 2020
by
liyinhao
Browse files
fix key bug
parent
106ad0d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmdet3d/datasets/pipelines/indoor_augment.py
mmdet3d/datasets/pipelines/indoor_augment.py
+1
-1
No files found.
mmdet3d/datasets/pipelines/indoor_augment.py
View file @
f201ba68
...
@@ -34,7 +34,7 @@ class IndoorFlipData(object):
...
@@ -34,7 +34,7 @@ class IndoorFlipData(object):
gt_bboxes_3d
[:,
6
]
=
np
.
pi
-
gt_bboxes_3d
[:,
6
]
gt_bboxes_3d
[:,
6
]
=
np
.
pi
-
gt_bboxes_3d
[:,
6
]
results
[
'flip_yz'
]
=
True
results
[
'flip_yz'
]
=
True
results
[
'gt_boxes'
]
=
gt_bboxes_3d
results
[
'gt_boxes
_3d
'
]
=
gt_bboxes_3d
if
aligned
and
np
.
random
.
random
()
<
self
.
flip_ratio_xz
:
if
aligned
and
np
.
random
.
random
()
<
self
.
flip_ratio_xz
:
# Flipping along the XZ plane
# Flipping along the XZ plane
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment