Skip to content

2.2.2

Compare
Choose a tag to compare
@dsblank dsblank released this 28 Mar 21:47
· 191 commits to main since this release

New in this version:

  1. Label colors may have changed for those labels with more than 5 characters; the previous algorithm was JavaScript-specific. Now, it can replicated in other languages
  2. Added Image.add_mask() and Image.add_mask_metric()
  3. Thumbnail images now show annotations, including masks, bounding boxes, regions, and lines
  4. In the full image views, regions now show a border
  5. Vector data now properly shows as JSON
  6. Column names cannot contain ":" or ","
  7. Fixed a bug in DataGrid.add_iou_column()
  8. Many bug fixes