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
a6298061
Unverified
Commit
a6298061
authored
May 31, 2021
by
Ziyi Wu
Committed by
GitHub
May 31, 2021
Browse files
add axis_align_matrix (#600)
parent
e65772d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mmdet3d/apis/inference.py
mmdet3d/apis/inference.py
+2
-0
No files found.
mmdet3d/apis/inference.py
View file @
a6298061
...
@@ -89,6 +89,8 @@ def inference_detector(model, pcd):
...
@@ -89,6 +89,8 @@ def inference_detector(model, pcd):
pts_filename
=
pcd
,
pts_filename
=
pcd
,
box_type_3d
=
box_type_3d
,
box_type_3d
=
box_type_3d
,
box_mode_3d
=
box_mode_3d
,
box_mode_3d
=
box_mode_3d
,
# for ScanNet demo we need axis_align_matrix
ann_info
=
dict
(
axis_align_matrix
=
np
.
eye
(
4
)),
sweeps
=
[],
sweeps
=
[],
# set timestamp = 0
# set timestamp = 0
timestamp
=
[
0
],
timestamp
=
[
0
],
...
...
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