Fixed
* Bug in `Detections.draw_on(..., color='classes')` when a class is unknown
* Added workaround to cv2 bug to `Polygon.draw_on` when polygon coordinates are
too large. Currently clips the polygon and emits a warning, this prevents
crashes, but results may not be correct.
Changed
* `Boxes.from_slice` no longer handles wraparound slices as it is not well
defined and previous behavior was buggy.