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
bec24ea4
Unverified
Commit
bec24ea4
authored
4 years ago
by
Wenwei Zhang
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump to v2.10.0 (#4692)
* bump to v2.10.0 * update other docs * resolve comments * resolve comments
parent
4658103b
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
README_zh-CN.md
+1
-1
1 addition, 1 deletion
README_zh-CN.md
docs/changelog.md
+38
-0
38 additions, 0 deletions
docs/changelog.md
docs/get_started.md
+1
-0
1 addition, 0 deletions
docs/get_started.md
mmdet/version.py
+1
-1
1 addition, 1 deletion
mmdet/version.py
with
42 additions
and
3 deletions
README.md
+
1
−
1
View file @
bec24ea4
...
...
@@ -44,7 +44,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Changelog
v2.
9
.0 was released in 01/0
2
/2021.
v2.
10
.0 was released in 01/0
3
/2021.
Please refer to
[
changelog.md
](
docs/changelog.md
)
for details and release history.
A comparison between v1.x and v2.0 codebases can be found in
[
compatibility.md
](
docs/compatibility.md
)
.
...
...
This diff is collapsed.
Click to expand it.
README_zh-CN.md
+
1
−
1
View file @
bec24ea4
...
...
@@ -44,7 +44,7 @@ v1.x 的历史版本支持 PyTorch 1.1 到 1.4,但是我们强烈建议用户
## 更新日志
最新的月度版本 v2.
9
.0 在 2021.0
2
.01 发布。
最新的月度版本 v2.
10
.0 在 2021.0
3
.01 发布。
如果想了解更多版本更新细节和历史信息,请阅读
[
更新日志
](
docs/changelog.md
)
。
在
[
兼容性说明文档
](
docs/compatibility.md
)
中我们提供了 1.x 和 2.0 版本的详细比较。
...
...
This diff is collapsed.
Click to expand it.
docs/changelog.md
+
38
−
0
View file @
bec24ea4
## Changelog
### v2.10.0 (01/03/2021)
#### Highlights
-
Support new methods:
[
FPG
](
https://arxiv.org/abs/2004.03580
)
-
Support ONNX2TensorRT for SSD, FSAF, FCOS, YOLOv3, and Faster R-CNN.
#### New Features
-
Support ONNX2TensorRT for SSD, FSAF, FCOS, YOLOv3, and Faster R-CNN (#4569)
-
Support
[
Feature Pyramid Grids (FPG)
](
https://arxiv.org/abs/2004.03580
)
(
#4645
)
-
Support video demo (#4420)
-
Add seed option for sampler (#4665)
-
Support to customize type of runner (#4570, #4669)
-
Support synchronizing BN buffer in
`EvalHook`
(#4582)
-
Add script for GIF demo (#4573)
#### Bug Fixes
-
Fix ConfigDict AttributeError and add Colab link (#4643)
-
Avoid crash in empty gt training of GFL head (#4631)
-
Fix
`iou_thrs`
bug in RPN evaluation (#4581)
-
Fix syntax error of config when upgrading model version (#4584)
#### Improvements
-
Refactor unit test file structures (#4600)
-
Refactor nms config (#4636)
-
Get loading pipeline by checking the class directly rather than through config strings (#4619)
-
Add doctests for mask target generation and mask structures (#4614)
-
Use deep copy when copying pipeline arguments (#4621)
-
Update documentations (#4642, #4650, #4620, #4630)
-
Remove redundant code calling
`import_modules_from_strings`
(#4601)
-
Clean deprecated FP16 API (#4571)
-
Check whether
`CLASSES`
is correctly initialized in the intialization of
`XMLDataset`
(#4555)
-
Support batch inference in the inference API (#4462, #4526)
-
Clean deprecated warning and fix 'meta' error (#4695)
### v2.9.0 (01/02/2021)
#### Highlights
...
...
This diff is collapsed.
Click to expand it.
docs/get_started.md
+
1
−
0
View file @
bec24ea4
...
...
@@ -12,6 +12,7 @@ The compatible MMDetection and MMCV versions are as below. Please install the co
| MMDetection version | MMCV version |
|:-------------------:|:-------------------:|
| master | mmcv-full>=1.2.4, <1.3|
| 2.10.0 | mmcv-full>=1.2.4, <1.3|
| 2.9.0 | mmcv-full>=1.2.4, <1.3|
| 2.8.0 | mmcv-full>=1.2.4, <1.3|
| 2.7.0 | mmcv-full>=1.1.5, <1.3|
...
...
This diff is collapsed.
Click to expand it.
mmdet/version.py
+
1
−
1
View file @
bec24ea4
# Copyright (c) Open-MMLab. All rights reserved.
__version__
=
'
2.
9
.0
'
__version__
=
'
2.
10
.0
'
short_version
=
__version__
...
...
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