Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Release 0.7.1

Compare
Choose a tag to compare
@hlomzik hlomzik released this 05 Jun 22:03
· 1674 commits to master since this release

Important fixes for Image and NER labelling

Simple Rectangle, Polygon, KeyPoint or Ellipse tag now works perfect for fast Image labelling without any labels — click and go.

Weird and annoying bugs of text labelling were fixed. They all got restored except the last ones, they were just disappeared:

  • broken regions with newlines,
  • broken overlapping regions,
  • broken regions with special characters,
  • broken lengths of regions with whitespaces,
  • broken empty regions.

Side panel improved to display more relevant information about regions and relations:

  • captured text part is longer now,
  • relations highlighted when any of regions in it are selected,
  • also relations display number and color of both regions to distinguish between them.

All this covered by tests!