fast-reid/fastreid/config/__init__.py

16 lines
266 B
Python
Raw Permalink Normal View History

2020-02-10 07:38:56 +08:00
# encoding: utf-8
"""
@author: l1aoxingyu
@contact: sherlockliao01@gmail.com
"""
from .config import CfgNode, get_cfg, global_cfg, set_global_cfg, configurable
__all__ = [
'CfgNode',
'get_cfg',
'global_cfg',
'set_global_cfg',
'configurable'
]