Skip to content

Commit

Permalink
add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
RockeyCoss committed Jan 10, 2022
1 parent 9d30260 commit a912e33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mmseg/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved.
from .collect_env import collect_env
from .find_latest_checkpoint import find_latest_checkpoint
from .logger import get_root_logger
from .misc import find_latest_checkpoint

__all__ = ['get_root_logger', 'collect_env', 'find_latest_checkpoint']
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
import os.path as osp
import tempfile

Expand Down

0 comments on commit a912e33

Please sign in to comment.