Skip to content

Releases: openvinotoolkit/datumaro

Release 1.8.0

12 Jul 06:14
1669c4f
Compare
Choose a tag to compare

What's Changed - Brief version

New features

  • Add TabularValidator
    (#1498)
  • Add Clean Transform for tabular data type
    (#1520)

Enhancements

  • Set label name with parents to avoid duplicates for AstypeAnnotations
    (#1492)
  • Pass Keyword Argument to TabularDataBase
    (#1522)
  • Support hierarchical structure for ImageNet dataset format
    (#1528)
  • Enable dtype argument when calling media.data
    (#1546)

Bug fixes

  • Preserve end_frame information of a video when it is zero.
    (#1541)
  • Changed the Datumaro format to ensure exported videos have relative paths and to prevent the same video from being overwritten.
    (#1547)

What's Changed - Full version

Full Changelog: v1.7.0...v1.8.0

Release 1.7.0

10 Jun 06:58
4d3b307
Compare
Choose a tag to compare

What's Changed - Brief Version

New features

  • Support 'Video' media type in datumaro format
    (#1491)
  • Add ann_types property for dataset
    (#1422, #1479)
  • Add AnnotationType.rotated_bbox for oriented object detection
    (#1459)
  • Add DOTA data format for oriented object detection task
    (#1475)
  • Add AstypeAnnotations Transform
    (#1484)
  • Enhance DatasetItem annotations for semantic segmentation model training use case
    (#1503)

Enhancements

  • Fix ambiguous COCO format detector
    (#1442)
  • Get target information for tabular dataset
    (#1471)
  • Add ExtractedMask and update importers who can use it to use it
    (#1480)
  • Improve PIL and COLOR_BGR context image decode performance
    (#1501)
  • Improve get_area() of Polygon through Shoelace formula
    (#1507)
  • Improve _Shape point converter
    (#1508)

Bug fixes

  • Split the video directory into subsets to avoid overwriting
    (#1485)

What's Changed - Full Version

Full Changelog: v1.6.1...v1.7.0

v1.7.0rc1

03 Jun 01:44
5a10054
Compare
Choose a tag to compare
v1.7.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.1...v1.7.0rc1

Release 1.6.1

03 May 06:43
a28185d
Compare
Choose a tag to compare

What's Changed - Brief Version

Enhancements

  • Prevent AcLauncher for OpenVINO 2024.0
    (#1450)

Bug fixes

  • Modify lxml dependency constraint
    (#1460)
  • Fix CLI error occurring when installed with default option only
    (#1444, #1454)
  • Relax Pillow dependency constraint
    (#1436)
  • Modify Numpy dependency constraint
    (#1435)
  • Relax old pandas version constraint
    (#1467)

What's Changed - Full Version

Full Changelog: v1.6.0...v1.6.1rc4

Release v1.6.1rc3

19 Apr 02:43
7a72ed1
Compare
Choose a tag to compare
Release v1.6.1rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.0...v1.6.1rc3

Release v1.6.1rc2

15 Apr 13:12
4cef56b
Compare
Choose a tag to compare
Release v1.6.1rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.0...v1.6.1rc2

Release v1.6.1rc1

15 Apr 10:06
766303a
Compare
Choose a tag to compare
Release v1.6.1rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.0...v1.6.1rc1

Releases v1.6.0

12 Apr 07:04
e248e99
Compare
Choose a tag to compare

What's Changed - Brief Version

New features

  • Changed supported Python version range (>=3.9, <=3.11)
    (#1269)
  • Support MMDetection COCO format
    (#1213)
  • Develop JsonSectionPageMapper in Rust API
    (#1224)
  • Add Filtering via User-Provided Python Functions
    (#1230, #1233)
  • Remove supporting MacOS platform
    (#1235)
  • Support Kaggle image data (KaggleImageCsvBase, KaggleImageTxtBase, KaggleImageMaskBase, KaggleVocBase, KaggleYoloBase)
    (#1240)
  • Add __getitem__() for random accessing with O(1) time complexity
    (#1247)
  • Add Data-aware Anchor Generator
    (#1251)
  • Support bounding box import within Kaggle extractors and add KaggleCocoBase
    (#1273)

Enhancements

  • Optimize Python import to make CLI entrypoint faster
    (#1182)
  • Add ImageColorScale context manager
    (#1194)
  • Enhance visualizer to toggle plot title visibility
    (#1228)
  • Enhance Datumaro data format detect() to be memory-bounded and performant
    (#1229)
  • Change RoIImage and MosaicImage to have np.uint8 dtype as default
    (#1245)
  • Enable image backend and color channel format to be selectable
    (#1246)
  • Boost up CityscapesBase and KaggleImageMaskBase by dropping np.unique
    (#1261)
  • Enhance RISE algortihm for explainable AI
    (#1263)
  • Enhance explore unit test to use real dataset from ImageNet
    (#1266)
  • Fix each method of the comparator to be used separately
    (#1290)
  • Bump ONNX version to 1.16.0
    (#1376)
  • Print the color channel format (RGB) for datum stats command
    (#1389)
  • Add ignore_index argument to Mask.as_class_mask() and Mask.as_instance_mask()
    (#1409)

Bug fixes

  • Fix wrong example of Datumaro dataset creation in document
    (#1195)
  • Fix wrong command to install datumaro from github
    (#1202, #1207)
  • Update document to correct wrong datum project import command and add filtering example to filter out items containing annotations.
    (#1210)
  • Fix label compare of distance method
    (#1205)
  • Fix Datumaro visualizer's import errors after introducing lazy import
    (#1220)
  • Fix broken link to supported formats in readme
    (#1221)
  • Fix Kinetics data format to have media data
    (#1223)
  • Handling undefined labels at the annotation statistics
    (#1232)
  • Add unit test for item rename
    (#1237)
  • Fix a bug in the previous behavior when importing nested datasets in the project
    (#1243)
  • Fix Kaggle importer when adding duplicated labels
    (#1244)
  • Fix input tensor shape in model interpreter for OpenVINO 2023.3
    (#1251)
  • Add default value for target in prune cli
    (#1253)
  • Remove deprecated MediaManager
    (#1262)
  • Fix explore command without project
    (#1271)
  • Fix enable COCO to import only bboxes
    (#1360)
  • Fix resize transform for RleMask annotation
  • (#1361)
  • Fix import YOLO variants from extractor when urls is not specified
    (#1362)

What's Changed- Full Version

Read more

Release v1.5.2

22 Feb 04:14
41d0f5c
Compare
Choose a tag to compare

What's Changed - Brief Version

Enhancements

  • Add memory bounded datumaro data format detect.
    (#1241)
  • Set protobuf version constraint to 4.*
    (#1260)

What's Changed- Full Version

Full Changelog: v1.5.1...v1.5.2

Release v1.6.0rc1

12 Jan 02:42
eb44355
Compare
Choose a tag to compare
Release v1.6.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.6.0rc0...v1.6.0rc1