add is_mask_expand and is_mask_crop in RandomExpand and RamdomCrop (#465)
* add mask operations in RandomExpand and RandomCrop * remove all [] in cropped polys * is_poly -> _is_poly() * change the judgment on whether there are polygons * abstract is_poly to op_helper.py * add is_mask_expand and is_mask_crop in RandomExpand and RamdomCrop
Showing
... | @@ -5,3 +5,4 @@ tb-paddle | ... | @@ -5,3 +5,4 @@ tb-paddle |
tensorboard >= 1.15 | tensorboard >= 1.15 | ||
cython | cython | ||
pycocotools | pycocotools | ||
shapely |
想要评论请 注册 或 登录