Visual-Behavior / aloception-oss

Aloception is a set of package for computer vision: aloscene, alodataset, alonet.
Other
92 stars 7 forks source link

Alobugdays : added warning message for labels_set #277

Closed Dee61298 closed 1 year ago

Dee61298 commented 1 year ago

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

Data-Iab commented 1 year ago

Solved here