Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Swin-Transformer-Object-Detection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wanggh
Swin-Transformer-Object-Detection
Commits
b88561db
Commit
b88561db
authored
5 years ago
by
Kai Chen
Browse files
Options
Downloads
Patches
Plain Diff
upgrade to v0.6.0
parent
d67a2e16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
INSTALL.md
+1
-1
1 addition, 1 deletion
INSTALL.md
README.md
+4
-0
4 additions, 0 deletions
README.md
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
7 additions
and
3 deletions
INSTALL.md
+
1
−
1
View file @
b88561db
...
...
@@ -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
)
>= 0.2.
5
### Install mmdetection
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
0
View file @
b88561db
...
...
@@ -39,6 +39,10 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates
v0.6.0 (14/04/2019)
-
Various minor fixes and user experience improvements.
-
Replace NMS and SigmoidFocalLoss with Pytorch CUDA extensions.
v0.6rc0(06/02/2019)
-
Migrate to PyTorch 1.0.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
b88561db
...
...
@@ -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.5
'
,
'
numpy
'
,
'
matplotlib
'
,
'
six
'
,
'
terminaltables
'
,
'
pycocotools
'
],
zip_safe
=
False
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment