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
53c647ea
Unverified
Commit
53c647ea
authored
Apr 15, 2019
by
Kai Chen
Committed by
GitHub
Apr 15, 2019
Browse files
Merge pull request #493 from hellock/master
Create a new release v0.6.0
parents
777d5d4b
248b6c86
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
INSTALL.md
INSTALL.md
+1
-1
README.md
README.md
+5
-0
setup.py
setup.py
+2
-2
No files found.
INSTALL.md
View file @
53c647ea
...
...
@@ -6,7 +6,7 @@
-
Python 3.4+
-
PyTorch 1.0
-
Cython
-
[
mmcv
](
https://github.com/open-mmlab/mmcv
)
>= 0.2.2
-
[
mmcv
](
https://github.com/open-mmlab/mmcv
)
### Install mmdetection
...
...
README.md
View file @
53c647ea
...
...
@@ -39,6 +39,11 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates
v0.6.0 (14/04/2019)
-
Up to 30% speedup compared to the model zoo.
-
Support both PyTorch stable and nightly version.
-
Replace NMS and SigmoidFocalLoss with Pytorch CUDA extensions.
v0.6rc0(06/02/2019)
-
Migrate to PyTorch 1.0.
...
...
setup.py
View file @
53c647ea
...
...
@@ -12,7 +12,7 @@ def readme():
MAJOR
=
0
MINOR
=
6
PATCH
=
'rc0'
PATCH
=
0
SUFFIX
=
''
SHORT_VERSION
=
'{}.{}.{}{}'
.
format
(
MAJOR
,
MINOR
,
PATCH
,
SUFFIX
)
...
...
@@ -106,7 +106,7 @@ if __name__ == '__main__':
setup_requires
=
[
'pytest-runner'
],
tests_require
=
[
'pytest'
],
install_requires
=
[
'mmcv'
,
'numpy'
,
'matplotlib'
,
'six'
,
'terminaltables'
,
'mmcv
>=0.2.6
'
,
'numpy'
,
'matplotlib'
,
'six'
,
'terminaltables'
,
'pycocotools'
],
zip_safe
=
False
)
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