fast-reid/fastreid/config/__init__.py

9 lines
152 B
Python
Raw 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
2020-02-10 07:38:56 +08:00
from .defaults import _C as cfg