github wkentaro/labelme v7.0.4

3 hours ago

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)

Don't miss a new labelme release

NewReleases is sending notifications on new releases.