Skip to content

Commit

Permalink
Update print statement in filter_eval_boxes (nutonomy#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
whyekit-motional authored Aug 10, 2021
1 parent 84eda0e commit 05b601f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sdk/nuscenes/eval/common/loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def filter_eval_boxes(nusc: NuScenes,
if verbose:
print("=> Original number of boxes: %d" % total)
print("=> After distance based filtering: %d" % dist_filter)
print("=> After LIDAR points based filtering: %d" % point_filter)
print("=> After LIDAR and RADAR points based filtering: %d" % point_filter)
print("=> After bike rack filtering: %d" % bike_rack_filter)

return eval_boxes
Expand Down

0 comments on commit 05b601f

Please sign in to comment.