MukhlasAdib / CARLA-2DBBox

This repo contains carla_vehicle_annotator module which can be used to automatically annotate Vehicle's 2D Bounding Boxes in CARLA SIMULATOR.
Other
53 stars 11 forks source link

max_dist parameter ignored in filter_angle_distance #2

Closed wickersoft closed 4 years ago

wickersoft commented 4 years ago

Replace literal 100 with max_dist

https://github.com/MukhlasAdib/CARLA-2DBBox/blob/91a3e1cc29ae1934f1b88acc9ae83c305cff26fa/carla_vehicle_annotator.py#L246

MukhlasAdib commented 4 years ago

Thanks