mmsegmentation/mmseg/datasets/pipelines/formating.py

10 lines
301 B
Python
Raw Normal View History

# Copyright (c) OpenMMLab. All rights reserved.
# flake8: noqa
import warnings
2020-07-07 20:52:19 +08:00
from .formatting import *
2020-07-07 20:52:19 +08:00
warnings.warn('DeprecationWarning: mmseg.datasets.pipelines.formating will be '
'deprecated in 2021, please replace it with '
'mmseg.datasets.pipelines.formatting.')