Skip to content

Releases: openvinotoolkit/datumaro

Release v1.5.0rc2

13 Sep 07:01
8e7f119
Compare
Choose a tag to compare
Release v1.5.0rc2 Pre-release
Pre-release

What's Changed

  • Add marker to new feature tests by @yunchu in #1148
  • Add multi-threading option to ModelTransform and SAMBboxToInstanceMask by @vinnamkim in #1145
  • Fix flaky test by setting the join timeout to infinite by @vinnamkim in #1149
  • Update for release 1.5.0rc2 by @yunchu in #1150

Full Changelog: v1.5.0rc1...v1.5.0rc2

Release v1.5.0rc1

11 Sep 06:09
Compare
Choose a tag to compare
Release v1.5.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.0rc0...v1.5.0rc1

Release v1.5.0rc0

30 Aug 00:04
01b4f35
Compare
Choose a tag to compare
Release v1.5.0rc0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.1...v1.5.0rc0

Release v1.4.1

27 Jul 08:19
6d65cec
Compare
Choose a tag to compare

What's Changed - Brief Version

Bug fixes

  • Report errors for COCO (stream) and Datumaro importers
    (#1110)

What's Changed - Full Version

Full Changelog: v1.4.0...v1.4.1

Release v1.4.0

25 Jul 06:55
b6981de
Compare
Choose a tag to compare

What's Changed - Brief Version

New features

  • Add documentation and notebook example for Prune API
    (#1070)
  • Changed supported Python version range (>=3.8, <=3.11)
    (#1083)
  • Migrate OpenVINO v2023.0.0
    (#1036)
  • Add Roboflow data format support (COCO JSON, Pascal VOC XML, YOLOv5-PyTorch, YOLOv7-PyTorch, YOLOv8, YOLOv5 Oriented Bounding Boxes, Multiclass CSV, TFRecord, CreateML JSON)
    (#1044)
  • Add MissingAnnotationDetection transform
    (#1049, #1063, #1064)
  • Add OVMSLauncher
    (#1056)
  • Add Prune API
    (#1058)
  • Add TritonLauncher
    (#1059)
  • Migrate DVC v3.0.0
    (#1072)
  • Stream dataset import/export
    (#1077, #1081, #1082, #1091, #1093, #1098, #1102)
  • Support mask annotations for CVAT data format
    (#1078)

Enhancements

  • Support list query for explorer
    (#1087)
  • update contributing.md
    (#1094)
  • Update 3rd-party.txt for release 1.4.0
    (#1099)
  • Give notice that the deprecation works will be done in datumaro==1.5.0
    (#1085)
  • Unify COCO, Datumaro, VOC, YOLO importer/exporter progress reporter descriptions
    (#1100)
  • Enhance import performance for built-in plugins
    (#1031)
  • Change default dtype of load_image() to np.uint8
    (#1041)
  • Add OTX ATSS detector model interpreter & refactor interfaces
    (#1047)
  • Refactor Launcher and ModelInterpreter
    (#1055)
  • Add CVAT data format document
    (#1060)
  • Reduce peak memory usage when importing COCO and Datumaro formats
    (#1061)
  • Enhance the error message for datum stats to be more user friendly
    (#1069)
  • Refactor dataset.py to seperate DatasetStorage
    (#1073)

Bug fixes

  • Create cache dir under only writable filesystem
    (#1088)
  • Fix: Dataset infos() can be broken if a transform not redefining infos() is stacked on the top
    (#1101)
  • Fix warnings in test_visualizer.py
    (#1039)
  • Fix LabelMe data format
    (#1053)
  • Prevent installing protobuf>=4
    (#1054)
  • Fix UnionMerge
    (#1086)
  • Add utf-8 encoding directive
    (#1109)

What's Changed - Full Version

Read more

Release v1.4.0rc4

20 Jul 08:13
ebdfc6c
Compare
Choose a tag to compare
Release v1.4.0rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.0rc3...v1.4.0rc4

v1.4.0rc3

18 Jul 06:06
32fa404
Compare
Choose a tag to compare
v1.4.0rc3 Pre-release
Pre-release

What's Changed

  • Enable stream import for Datumaro data format by @vinnamkim in #1082
  • Enable stream import for COCO data format by @vinnamkim in #1091
  • Fix UnionMerge by @wonjuleee in #1086
  • Support list query for explorer by @sooahleex in #1087
  • update contributing.md by @jihyeonyi in #1094
  • Fix misimplements for stream importer found while testing on the real-life COCO2017 object detection dataset by @vinnamkim in #1093
  • Hotfix some mis-implements making datum stream importer slow by @vinnamkim in #1098
  • Update 3rd-party.txt for release 1.4.0 by @yunchu in #1099
  • Fix: Dataset infos() can be broken if a transform not redefining infos() is stacked on the top by @vinnamkim in #1101
  • Add progress reporters for Datumaro, COCO, VOC, YOLO by @wonjuleee in #1100
  • Bugfix for explore cli test to get datasetitem through path by @sooahleex in #1092
  • Update for release 1.4.0rc3 by @yunchu in #1103

Full Changelog: v1.4.0rc2...v1.4.0rc3

Release v1.4.0rc2

11 Jul 06:20
51b43e2
Compare
Choose a tag to compare
Release v1.4.0rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.0rc1...v1.4.0rc2

Release v1.4.0rc1

07 Jul 13:23
78462aa
Compare
Choose a tag to compare
Release v1.4.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.2...v1.4.0rc1

Release v1.3.2

16 Jun 08:39
f45e8aa
Compare
Choose a tag to compare

What's Changed

  • Install dvc version to 2.x
  • Replace np.append() in Validator
  • Let CocoBase continue even if an InvalidAnnotationError is raised

Full Changelog: v1.3.1...v1.3.2