Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc685fe6

Browse files
authored
bumpv1.2.2 (#3475)
1 parentc7ac97d commitc685fe6

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

‎docker/serve/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG CUDNN="8"
44
FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel
55

66
ARG MMCV="2.0.1"
7-
ARG MMSEG="1.2.1"
7+
ARG MMSEG="1.2.2"
88

99
ENV PYTHONUNBUFFERED TRUE
1010

‎docs/en/notes/changelog.md‎

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
#Changelog of v1.x
22

3+
##v1.2.2 (12/14/2023)
4+
5+
###Bug Fixes
6+
7+
- Fix bug in cross entropy loss ([#3457](https://github.com/open-mmlab/mmsegmentation/pull/3457))
8+
- Allow custom visualizer ([#3455](https://github.com/open-mmlab/mmsegmentation/pull/3455))
9+
- test resize with pad_shape ([#3421](https://github.com/open-mmlab/mmsegmentation/pull/3421))
10+
- add with-labels args to inferencer for visualization without labels ([#3466](https://github.com/open-mmlab/mmsegmentation/pull/3466))
11+
12+
###New Contributors
13+
14+
-@okotaku made their first contribution inhttps://github.com/open-mmlab/mmsegmentation/pull/3421
15+
316
##v1.2.1 (10/17/2023)
417

518
###Bug Fixes
@@ -52,7 +65,7 @@
5265

5366
- Translate doc for docs/zh_cn/user_guides/5_deployment.md ([#3281](https://github.com/open-mmlab/mmsegmentation/pull/3281))
5467

55-
##New Contributors
68+
###New Contributors
5669

5770
-@angiecao made their first contribution inhttps://github.com/open-mmlab/mmsegmentation/pull/3235
5871
-@yeedrag made their first contribution inhttps://github.com/open-mmlab/mmsegmentation/pull/3237

‎docs/en/notes/faq.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The compatible MMSegmentation, MMCV and MMEngine versions are as below. Please i
1010
| :--------------------:| :----------------------------:| :---------------:| :---------------------------------:| :----------------------------:|
1111
| dev-1.x branch| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
1212
| main branch| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
13+
| 1.2.2| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
1314
| 1.2.1| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
1415
| 1.2.0| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
1516
| 1.1.2| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|

‎docs/zh_cn/notes/faq.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| :--------------------:| :----------------------------:| :---------------:| :---------------------------------:| :----------------------------:|
1111
| dev-1.x branch| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
1212
| main branch| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
13+
| 1.2.2| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
1314
| 1.2.1| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
1415
| 1.2.0| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|
1516
| 1.1.2| mmcv >= 2.0.0| MMEngine >= 0.7.4| mmpretrain>=1.0.0rc7| mmdet >= 3.0.0|

‎mmseg/version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__='1.2.1'
3+
__version__='1.2.2'
44

55

66
defparse_version_info(version_str):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp