Skip to content

Releases: airctic/icevision

0.2.2.post1

02 Nov 21:56
Compare
Choose a tag to compare
releases 0.2.2post1

0.2.2

29 Oct 21:26
Compare
Choose a tag to compare

[0.2.2]

Added

  • Cache records after parsing with the new parameter cache_filepath added to Parser.parse (#504)
  • Added pretrained: bool = True argument to both faster_rcnn and mask_rcnn model() methods. (#516)
  • new class EncodedRLEs
  • all masks get converted to EncodedRLEs at parsing time

Changed

  • Removed warning on autofixing masks
  • RLE default counts is now COCO style
  • renamed Mask.to_erle to Mask.to_erles

0.2.1post1

20 Oct 14:07
b9a0645
Compare
Choose a tag to compare

specifies maximum albumentations version

0.2.1

20 Oct 01:57
Compare
Choose a tag to compare

[0.2.1]

Changed

  • updated matplotlib and ipykernel minimum version for colab compatibility

0.2.0

19 Oct 21:51
Compare
Choose a tag to compare

IMPORTANT

  • Switched from poetry to setuptools

Added

  • Function wandb_img_preds to help logging bboxes to wandb
  • wandb as a soft dependency
  • Template code for parsers.SizeMixin if parsers.FilepathMixin is used
  • Get image size without opening image with get_image_size
  • Ability to skip record while parsing with AbortParseRecord
  • Autofix for record: autofix_records function and autofix:bool parameter added to Parser.parse
  • Record class and mixins, create_mixed_record function to help creating Records
  • InvalidDataError for BBox
  • Catches InvalidDataError while parsing data

Changed

  • Breaking: Unified parsers.SizeMixin functions image_width and image_height into a single function image_width_height
  • Rename Parser SizeMixin fields from width height to image_width image_height

Deleted

  • Removed CombinedParser, all parsing can be done with the standard Parser

0.2.0b5

19 Oct 17:46
Compare
Choose a tag to compare
0.2.0b5 Pre-release
Pre-release
bumps beta version and updates changelog

0.2.0b4

19 Oct 00:34
Compare
Choose a tag to compare
0.2.0b4 Pre-release
Pre-release
bumps beta version

0.2.0b3

14 Oct 21:39
Compare
Choose a tag to compare
0.2.0b3 Pre-release
Pre-release
bumps beta version

0.2.0b2

07 Oct 23:40
Compare
Choose a tag to compare
0.2.0b2 Pre-release
Pre-release
updates publish to pypi to use setuptools

0.2.0b1

06 Oct 02:31
Compare
Choose a tag to compare
0.2.0b1 Pre-release
Pre-release
bumps minor with beta version