kuixu / kitti_object_vis

KITTI Object Visualization (Birdview, Volumetric LiDar point cloud )
MIT License
1.06k stars 231 forks source link

can't get 3dbox in image #30

Closed Gironote closed 4 years ago

Gironote commented 4 years ago

$ python kitti_object.py --show_lidar_with_depth --img_fov --const_box --vis --show_image_with_boxes just get point cloud image. 3dbox 2dbox display just white How can i 3dbos in image?? image

kuixu commented 4 years ago

Hi @Jihun-Kim-kmu

Do you solve the problem above?

According to the log in the terminal, it seems that something wrong (maybe the unmatched version of mayavi) with the gtk. Have you tried to reinstall the mayavi?

Gironote commented 4 years ago

I reinstall with $ conda install mayavi -c conda-forge and mayavi 4.7.1 , vtk 8.2.0 but same error occur image