0.2.2
[0.2.2]
Added
- Cache records after parsing with the new parameter
cache_filepath
added toParser.parse
(#504) - Added
pretrained: bool = True
argument to both faster_rcnn and mask_rcnnmodel()
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
toMask.to_erles