Skip to content

Release v0.4.0.1

Compare
Choose a tag to compare
@chuneuny-emily chuneuny-emily released this 13 Dec 05:36
· 1 commit to releases/v0.4.0-geti1.1.0 since this release
3df321b

Added

  • Support for exclusive of labels with LabelGroup (#742)
  • Jupyter samples
    • Introducing how to merge datasets (#738)
    • Introducing how to visualize dataset (#747)
    • Introducing how to filter dataset (#748)
    • Introducing how to transform dataset (#759)
  • Visualization Python API
    • Bbox feature (#744)
    • Label, Points, Polygon, PolyLine, and Caption visualization features (#746)
    • Mask, SuperResolution, Depth visualization features (#747)
  • Documentation for Python API (#753)
    • dataset handler, visualizer, filter descriptions (#761)
  • Support for exporting as CVAT video format (#757)
  • Jupyter notebook example rendering to documentation (#758)
  • An interface to manipulate 'infos' to store the dataset meta-info (#767)
  • 'bbox' annotation when importing a COCO dataset (#772)

Changed

  • Wrap title text according to its plot width (#769)
  • Get list of subsets and support only Image media type in visualizer (#768)

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • Correcting static type checking (#743)
  • Fixing a VOC dataset export error when a label contains 'space' (#771)

Security

  • N/A