Fixed
- Fixed AI Assist / AI Box crashing with
ValueError: incorrect coordinate typewhen 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()) toPIL.ImageDraw.polygon, which older Pillow rejects, so it now passes the documented list-of-tuples form as elsewhere in the codebase (#2331)