Solves issue #121
The fix is actually quite simple, you just need to call
frames.get_view(labels_set=NAME_OF_YOUR_LABELS_SET).render()
instead of
frames.get_view().render()
I added an explanatory messages to BoundingBoxes2d.get_view() with the available labels so the user finds the solution more easily
Solves issue #121 The fix is actually quite simple, you just need to call
frames.get_view(labels_set=NAME_OF_YOUR_LABELS_SET).render()
instead of
frames.get_view().render()
I added an explanatory messages to BoundingBoxes2d.get_view() with the available labels so the user finds the solution more easily