Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@yunchu yunchu released this 25 Jul 06:55
· 2 commits to releases/1.4.0 since this release
b6981de

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

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