Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VVsssssk committed Apr 28, 2022
1 parent f6a87bb commit ea9ab7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdet3d/utils/collect_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def collect_env():
env_info['MMDetection'] = mmdet.__version__
env_info['MMSegmentation'] = mmseg.__version__
env_info['MMDetection3D'] = mmdet3d.__version__ + '+' + get_git_hash()[:7]
env_info['spconv2.0 is avalible'] = IS_SPCONV2_AVAILABLE
env_info['spconv2.0'] = IS_SPCONV2_AVAILABLE
return env_info


Expand Down

0 comments on commit ea9ab7a

Please sign in to comment.