@@ -27,5 +27,5 @@ pandas | |||
# extras -------------------------------------- | |||
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172 | |||
# pycocotools>=2.0 # COCO mAP | |||
# albumentations>=1.0.2 | |||
# albumentations>=1.0.3 | |||
thop # FLOPs computation |
@@ -17,7 +17,7 @@ class Albumentations: | |||
self.transform = None | |||
try: | |||
import albumentations as A | |||
check_version(A.__version__, '1.0.2') # version requirement | |||
check_version(A.__version__, '1.0.3') # version requirement | |||
self.transform = A.Compose([ | |||
A.Blur(p=0.1), |