Skip to content

Commit

Permalink
Merge branch 'main' into dev_to_main_0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey authored Dec 26, 2023
2 parents 5ebe6e5 + 1d1fe7a commit 2979d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml3d/vis/boundingbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def plot_rect3d_on_img(img,
if color is None:
color = np.ones((line_indices.shape[0], line_indices.shape[1], 3))
for i in range(num_rects):
corners = rect_corners[i].astype(np.int)
corners = rect_corners[i].astype(np.int32)
# ignore boxes outside a certain threshold
interesting_corners_scale = 3.0
if min(corners[:, 0]
Expand Down

0 comments on commit 2979d6d

Please sign in to comment.