Unverified 提交 7fdcc77b authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Albumentations >= 1.0.3 (#4068)

上级 ee76a68f
......@@ -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),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论