[f1e01c]: / mmseg / datasets / pipelines / formating.py

Download this file

10 lines (7 with data), 301 Bytes

1
2
3
4
5
6
7
8
9
# Copyright (c) OpenMMLab. All rights reserved.
# flake8: noqa
import warnings
from .formatting import *
warnings.warn('DeprecationWarning: mmseg.datasets.pipelines.formating will be '
'deprecated in 2021, please replace it with '
'mmseg.datasets.pipelines.formatting.')