Skip to content

Commit

Permalink
[Enhancement]Modify env_infokey form MMOpticalflow to MMFlow (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng authored Dec 6, 2021
1 parent 6c7e587 commit 37c82c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmflow/utils/collect_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def collect_env() -> dict:
env_info['OpenCV'] = cv2.__version__

env_info['MMCV'] = mmcv.__version__
env_info['MMOpticalFlow'] = f'{ mmflow.__version__ }+{get_git_hash()[:7]}'
env_info['MMFlow'] = f'{ mmflow.__version__ }+{get_git_hash()[:7]}'
try:
from mmcv.ops import get_compiler_version, get_compiling_cuda_version
env_info['MMCV Compiler'] = get_compiler_version()
Expand Down

0 comments on commit 37c82c2

Please # to comment.