Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
cc207c45
Commit
cc207c45
authored
Apr 23, 2019
by
Kai Chen
Browse files
add jhu gn model urls and update to v0.2.7
parent
4abb916d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
mmcv/runner/checkpoint.py
mmcv/runner/checkpoint.py
+2
-0
mmcv/version.py
mmcv/version.py
+1
-1
setup.py
setup.py
+1
-0
No files found.
mmcv/runner/checkpoint.py
View file @
cc207c45
...
@@ -23,6 +23,8 @@ open_mmlab_model_urls = {
...
@@ -23,6 +23,8 @@ open_mmlab_model_urls = {
'jhu/resnet101_gn_ws'
:
'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnet101_gn_ws-8f94f771.pth'
,
# noqa: E501
'jhu/resnet101_gn_ws'
:
'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnet101_gn_ws-8f94f771.pth'
,
# noqa: E501
'jhu/resnext50_32x4d_gn_ws'
:
'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnext50_32x4d_gn_ws-ad7a50a4.pth'
,
# noqa: E501
'jhu/resnext50_32x4d_gn_ws'
:
'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnext50_32x4d_gn_ws-ad7a50a4.pth'
,
# noqa: E501
'jhu/resnext101_32x4d_gn_ws'
:
'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnext101_32x4d_gn_ws-6adc888e.pth'
,
# noqa: E501
'jhu/resnext101_32x4d_gn_ws'
:
'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnext101_32x4d_gn_ws-6adc888e.pth'
,
# noqa: E501
'jhu/resnext50_32x4d_gn'
:
'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnext50_32x4d_gn-c7e8b754.pth'
,
# noqa: E501
'jhu/resnext101_32x4d_gn'
:
'https://s3.ap-northeast-2.amazonaws.com/open-mmlab/pretrain/third_party/resnext101_32x4d_gn-ac3bb84e.pth'
,
# noqa: E501
}
# yapf: disable
}
# yapf: disable
...
...
mmcv/version.py
View file @
cc207c45
__version__
=
'0.2.
6
'
__version__
=
'0.2.
7
'
setup.py
View file @
cc207c45
...
@@ -42,6 +42,7 @@ setup(
...
@@ -42,6 +42,7 @@ setup(
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
'Topic :: Utilities'
,
'Topic :: Utilities'
,
],
],
url
=
'https://github.com/open-mmlab/mmcv'
,
url
=
'https://github.com/open-mmlab/mmcv'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment