Skip to content

v7.0.4

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 10:48

Fixed

  • Fixed AI Assist / AI Box crashing with ValueError: incorrect coordinate type when suppressing detections that overlap an existing polygon or oriented-rectangle shape on Pillow older than 11.2.1; the overlap check rasterized the existing shape by passing a list-of-lists (ndarray.tolist()) to PIL.ImageDraw.polygon, which older Pillow rejects, so it now passes the documented list-of-tuples form as elsewhere in the codebase (#2331)