Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
food-round2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nikhil_rayaprolu
food-round2
Commits
5bf935e1
Unverified
Commit
5bf935e1
authored
5 years ago
by
Kai Chen
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update version to v1.0rc0 (#1068)
parent
1c28e669
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+8
-1
8 additions, 1 deletion
README.md
setup.py
+5
-5
5 additions, 5 deletions
setup.py
with
13 additions
and
6 deletions
README.md
+
8
−
1
View file @
5bf935e1
...
...
@@ -38,6 +38,13 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Updates
v1.0rc0 (27/07/2019)
-
Implement lots of new methods and components (Mixed Precision Training, HTC, Libra R-CNN, Guided Anchoring, Empirical Attention, Mask Scoring R-CNN, Grid R-CNN (Plus), GHM, GCNet, FCOS, HRNet, Weight Standardization, etc.). Thank all collaborators!
-
Support two additional datasets: WIDER FACE and Cityscapes.
-
Refactoring for loss APIs and make it more flexible to adopt different losses and related hyper-parameters.
-
Speed up multi-gpu testing.
-
Integrate all compiling and installing in a single script.
v0.6.0 (14/04/2019)
-
Up to 30% speedup compared to the model zoo.
-
Support both PyTorch stable and nightly version.
...
...
@@ -93,7 +100,7 @@ Results and models are available in the [Model zoo](MODEL_ZOO.md).
| GHM | ✓ | ✓ | ☐ | ✗ | ✓ |
| Mask Scoring R-CNN | ✓ | ✓ | ☐ | ✗ | ✓ |
| FCOS | ✓ | ✓ | ☐ | ✗ | ✓ |
| Grid R-CNN
| ✓ | ✓ | ☐ | ✗ | ✓ |
| Grid R-CNN
(Plus)
| ✓ | ✓ | ☐ | ✗ | ✓ |
| Hybrid Task Cascade| ✓ | ✓ | ☐ | ✗ | ✓ |
| Libra R-CNN | ✓ | ✓ | ☐ | ✗ | ✓ |
| Guided Anchoring | ✓ | ✓ | ☐ | ✗ | ✓ |
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
5
−
5
View file @
5bf935e1
...
...
@@ -15,10 +15,10 @@ def readme():
return
content
MAJOR
=
0
MINOR
=
6
PATCH
=
0
SUFFIX
=
''
MAJOR
=
1
MINOR
=
0
PATCH
=
''
SUFFIX
=
'
rc0
'
SHORT_VERSION
=
'
{}.{}.{}{}
'
.
format
(
MAJOR
,
MINOR
,
PATCH
,
SUFFIX
)
version_file
=
'
mmdet/version.py
'
...
...
@@ -143,7 +143,7 @@ if __name__ == '__main__':
setup_requires
=
[
'
pytest-runner
'
,
'
cython
'
,
'
numpy
'
],
tests_require
=
[
'
pytest
'
],
install_requires
=
[
'
mmcv>=0.2.
6
'
,
'
numpy
'
,
'
matplotlib
'
,
'
six
'
,
'
terminaltables
'
,
'
mmcv>=0.2.
10
'
,
'
numpy
'
,
'
matplotlib
'
,
'
six
'
,
'
terminaltables
'
,
'
pycocotools
'
,
'
torch>=1.1
'
],
ext_modules
=
[
...
...
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