Files
insightface/detection/scrfd/mmdet/utils/__init__.py

5 lines
119 B
Python
Raw Normal View History

2021-05-12 11:40:54 +08:00
from .collect_env import collect_env
from .logger import get_root_logger
__all__ = ['get_root_logger', 'collect_env']