Skip to content

0.2.2

Compare
Choose a tag to compare
@lgvaz lgvaz released this 29 Oct 21:26
· 454 commits to master since this release

[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