SPengLiang/DID-M3D

Visualization

Closed this issue · 4 comments

Thanks for you nice work!!

But I'm still confused about how you visualize this figure (Fig.5 in paper) ?

image

Sorry for the late reply! We use mayavi to visualize the point cloud (only used in visualization) and 3D detection results.
You can refer to this codebase (https://github.com/kuixu/kitti_object_vis) for visualization.

I got it! Thanks!!

You can also use open3d for visualization. You can refer to this codebase https://github.com/chaomath/open3d-kitti-visualization. Both mavayi and open3d can generate similar results.

OK~ I will try both, thank you very much for your enthusiastic reply!!