Tutorial 06: Visualize LiDAR point cloud with 3D bounding boxes using Open3D. Colors points with a jet colormap based on intensity. intensity = np.ones(len(points), dtype=np.float32) * 128.0 r = ...