Skip to content

Release v1.5.0

Compare
Choose a tag to compare
@yunchu yunchu released this 15 Sep 01:15
· 25 commits to releases/1.5.0 since this release
8ad0bb8

What's Changed - Brief Version

New features

  • Add tabular data import/export
    (#1089)
  • Support video annotation import/export
    (#1124)
  • Add multiframework (PyTorch, Tensorflow) converter
    (#1125)
  • Add SAM OVMS and Triton server Docker image builders
    (#1129)
  • Add SAMBboxToInstanceMask transform
    (#1133, #1134)
  • Add ConfigurableValidator
    (#1142)

Enhancements

  • Enhance ClassificationValidator for multi-label classification datasets with label_groups
    (#1116)
  • Replace Roboflow xml.etree with defusedxml
    (#1117)
  • Define GroupType with IntEnum for, where 0 is EXCLUSIVE
    (#1116)
  • Add Rust API to optimize COCOPageMapper performance
    (#1120)
  • Support a dictionary input in addition to a single image input for the model launcher to support Segment Anything Model
    (#1133)
  • Remove deprecates announced to be removed in 1.5.0
    (#1140)
  • Add multi-threading option to ModelTransform and SAMBboxToInstanceMask
    (#1145, #1149)

Bug fixes

  • Fix bugs for Tile transform
    (#1123)
  • Disable Roboflow Tfrecord format when Tensorflow is not installed
    (#1130)
  • Raise VcsAlreadyExists error if vcs directory exists
    (#1138)

What's Changed - Full Version

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