Skip to content

Commit

Permalink
add axis_align_matrix (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuziyi616 authored May 31, 2021
1 parent e65772d commit a629806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmdet3d/apis/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def inference_detector(model, pcd):
pts_filename=pcd,
box_type_3d=box_type_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=[],
# set timestamp = 0
timestamp=[0],
Expand Down

0 comments on commit a629806

Please sign in to comment.