nuscenes-devkit icon indicating copy to clipboard operation
nuscenes-devkit copied to clipboard

A small issue in render_annotation function

Open pyaf opened this issue 5 years ago • 2 comments

Hey,

In render_annotation function you don't need a for loop (here) as there will always be one box in boxes (we are doing assertion checks for the same). And you are passing boxes[0] to view_points within the loop anyways. (here)

And, this time I wanna fix this by raising a PR, do let me know if I can process with that :)

pyaf avatar Sep 16 '19 21:09 pyaf

Go with a PR :)

ternaus avatar Sep 16 '19 22:09 ternaus

Thanks :)

pyaf avatar Sep 17 '19 06:09 pyaf