Open irmuun20 opened 1 year ago
I used open3d to display boxes and found out the ordering of your model output is incorrect
point = [x, y, z]
extent = [w, l, h] # extent in x, y and z direction
box3d = o3d.geometry.OrientedBoundingBox(point, rotation_matrix, extent)
Wouldn't you change ordering of width, length, height in the following: https://github.com/HaohaoNJU/CenterPoint/blob/7728be92e118e633602b8c2d96a5f955d03dec99/src/postprocess.cpp#L284 to: