voxel51 / eta

ETA: Extensible Toolkit for Analytics
https://voxel51.com
Apache License 2.0
29 stars 13 forks source link

Render polylines of different sizes #523

Closed ehofesmann closed 3 years ago

ehofesmann commented 3 years ago

This PR fixes a bug where eta.core.image.render_bounding_box_and_mask() only allows for polylines where every shape that it contains has the same number of points. It now mimics what is done in fiftyone.core.labels._render_polyline().