Update transforms.py

pull/29/head
谢恩泽 2021-06-24 16:54:38 +08:00 committed by GitHub
parent 42584d45fb
commit 0b74d9eda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ from IPython import embed
@PIPELINES.register_module()
class AlignedResize(object):
"""Resize images & seg. Align
"""Resize images & seg.
This class is based on ``Resize``, the only difference is
it ensure the long and short sides are divisible by ``size_divisor``.
"""