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
ModelZoo
SOLOv2-pytorch
Commits
90e09365
Commit
90e09365
authored
Feb 07, 2019
by
Kai Chen
Browse files
Merge branch 'master' into pytorch-1.0
parents
896122c8
b6561a1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
README.md
README.md
+4
-0
setup.py
setup.py
+1
-1
No files found.
README.md
View file @
90e09365
...
@@ -36,6 +36,10 @@ This project is released under the [Apache 2.0 license](LICENSE).
...
@@ -36,6 +36,10 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates
## Updates
v0.5.7 (06/02/2019)
-
Add support for Deformable ConvNet v2. (Many thanks to the authors and
[
@chengdazhi
](
https://github.com/chengdazhi
)
)
-
This is the last release based on PyTorch 0.4.1.
v0.5.6 (17/01/2019)
v0.5.6 (17/01/2019)
-
Add support for Group Normalization.
-
Add support for Group Normalization.
-
Unify RPNHead and single stage heads (RetinaHead, SSDHead) with AnchorHead.
-
Unify RPNHead and single stage heads (RetinaHead, SSDHead) with AnchorHead.
...
...
setup.py
View file @
90e09365
...
@@ -12,7 +12,7 @@ def readme():
...
@@ -12,7 +12,7 @@ def readme():
MAJOR
=
0
MAJOR
=
0
MINOR
=
5
MINOR
=
5
PATCH
=
6
PATCH
=
7
SUFFIX
=
''
SUFFIX
=
''
SHORT_VERSION
=
'{}.{}.{}{}'
.
format
(
MAJOR
,
MINOR
,
PATCH
,
SUFFIX
)
SHORT_VERSION
=
'{}.{}.{}{}'
.
format
(
MAJOR
,
MINOR
,
PATCH
,
SUFFIX
)
...
...
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