Closed ehofesmann closed 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().
eta.core.image.render_bounding_box_and_mask()
fiftyone.core.labels._render_polyline()
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 infiftyone.core.labels._render_polyline()
.