kuixu / kitti_object_vis

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

added function to print object difficulty in estimation #4

Closed liubigli closed 5 years ago

liubigli commented 5 years ago

In Object3D class I have added a small method that computes the difficulty to detect an object as defined in KITTI website(http://www.cvlibs.net/datasets/kitti/eval_object.php?obj_benchmark=3d):

Furthermore in dataset_viz function I added a small bunch of code that prints all the objects in the ground truth that are not 'DontCare'.

kuixu commented 5 years ago

Thank you!