Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mmsegmentation
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Timo Bartels
mmsegmentation
Commits
ac2aab74
Commit
ac2aab74
authored
4 years ago
by
Jerry Jiarui XU
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump to v0.12 (#455)
parent
3150dd0c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
docs/changelog.md
+26
-0
26 additions, 0 deletions
docs/changelog.md
mmseg/version.py
+1
-1
1 addition, 1 deletion
mmseg/version.py
with
28 additions
and
2 deletions
README.md
+
1
−
1
View file @
ac2aab74
...
...
@@ -48,7 +48,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
## Changelog
v0.1
1
.0 was released in 0
2
/0
2
/2021.
v0.1
2
.0 was released in 0
4
/0
3
/2021.
Please refer to
[
changelog.md
](
docs/changelog.md
)
for details and release history.
## Benchmark and model zoo
...
...
This diff is collapsed.
Click to expand it.
docs/changelog.md
+
26
−
0
View file @
ac2aab74
## Changelog
### V0.12 (04/03/2021)
**Highlights**
-
Support FCN-Dilate 6 model.
-
Support Dice Loss.
**Bug Fixes**
-
Fixed PhotoMetricDistortion Doc (
[
#388
](
https://github.com/open-mmlab/mmsegmentation/pull/388
)
)
-
Fixed install scripts (
[
#399
](
https://github.com/open-mmlab/mmsegmentation/pull/399
)
)
-
Fixed Dice Loss multi-class (
[
#417
](
https://github.com/open-mmlab/mmsegmentation/pull/417
)
)
**New Features**
-
Support Dice Loss (
[
#396
](
https://github.com/open-mmlab/mmsegmentation/pull/396
)
)
-
Add plot logs tool (
[
#426
](
https://github.com/open-mmlab/mmsegmentation/pull/426
)
)
-
Add opacity option to show_result (
[
#425
](
https://github.com/open-mmlab/mmsegmentation/pull/425
)
)
-
Speed up mIoU metric (
[
#430
](
https://github.com/open-mmlab/mmsegmentation/pull/430
)
)
**Improvements**
-
Refactor unittest file structure (
[
#440
](
https://github.com/open-mmlab/mmsegmentation/pull/440
)
)
-
Fix typos in the repo (
[
#449
](
https://github.com/open-mmlab/mmsegmentation/pull/449
)
)
-
Include class-level metrics in the log (
[
#445
](
https://github.com/open-mmlab/mmsegmentation/pull/445
)
)
### V0.11 (02/02/2021)
**Highlights**
...
...
This diff is collapsed.
Click to expand it.
mmseg/version.py
+
1
−
1
View file @
ac2aab74
# Copyright (c) Open-MMLab. All rights reserved.
__version__
=
'
0.1
1
.0
'
__version__
=
'
0.1
2
.0
'
def
parse_version_info
(
version_str
):
...
...
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