kuixu / kitti_object_vis

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

reuse mlab canvas. #12

Closed fukatani closed 5 years ago

fukatani commented 5 years ago

Currently, kitti-object-vis close and reopen mayavi window if multiple sample exists . Windows size will be reseted. Frequently, window size is not comfortable for users. So users should open (000000.bin) -> adjust window -> open (000001.bin) -> adjust_window -> ... -> adjust_window.

If window is reused, user adjust window size only once.

kuixu commented 5 years ago

Nice!