Bump version to 1.0.0rc6 (#691)
* Bump version to 1.0.0rc6 * update changelog * update datepull/693/head v1.0.0rc6
parent
d3f57edf79
commit
6c13b420a1
11
README.md
11
README.md
|
@ -67,6 +67,11 @@ The master branch works with **PyTorch 1.6** or higher.
|
|||
|
||||
**The default branch has been switched to `1.x` from `master`, and we encourage users to migrate to the latest version, though it comes with some cost. Please refer to [Migration Guide](https://mmselfsup.readthedocs.io/en/1.x/migration.html) for more details.**
|
||||
|
||||
MMSelfSup **v1.0.0rc6** was released in 10/02/2023.
|
||||
|
||||
- Support `MaskFeat` with video dataset in `projects/maskfeat_video/`
|
||||
- Translate documentation to Chinese.
|
||||
|
||||
MMSelfSup **v1.0.0rc5** was released in 30/12/2022.
|
||||
|
||||
- Support `BEiT v2`, `MixMIM`, `EVA`.
|
||||
|
@ -74,12 +79,6 @@ MMSelfSup **v1.0.0rc5** was released in 30/12/2022.
|
|||
- Add Solution of FGIA ACCV 2022 (1st Place)
|
||||
- Refactor t-SNE
|
||||
|
||||
MMSelfSup **v1.0.0rc4** was released in 07/12/2022.
|
||||
|
||||
- Support BEiT v1 and MILAN.
|
||||
- Support low-level reconstruction visualization.
|
||||
- Refine documents algorithm pages.
|
||||
|
||||
Please refer to [Changelog](https://mmselfsup.readthedocs.io/en/dev-1.x/notes/changelog.html) for details and release history.
|
||||
|
||||
Differences between MMSelfSup 1.x and 0.x can be found in [Migration](https://mmselfsup.readthedocs.io/en/dev-1.x/migration.html).
|
||||
|
|
|
@ -67,6 +67,11 @@ MMSelfSup 是一个基于 PyTorch 实现的开源自监督表征学习工具箱
|
|||
|
||||
**默认分支已经从 `master` 切换到 `1.x`。我们鼓励用户迁移到最新版本,请参考 [迁移指南](https://mmselfsup.readthedocs.io/zh_CN/1.x/migration.html) 以了解更多细节。**
|
||||
|
||||
**v1.0.0rc6** 版本已经在 2023.2.10 发布。
|
||||
|
||||
- 在 `projects/maskfeat_video/` 支持了 `MaskFeat` 的视频数据预训练
|
||||
- 将部分文档翻译成中文
|
||||
|
||||
**v1.0.0rc5** 版本已经在 2022.12.30 发布。
|
||||
|
||||
- 支持了 `BEiT v2`, `MixMIM`, `EVA`
|
||||
|
@ -74,12 +79,6 @@ MMSelfSup 是一个基于 PyTorch 实现的开源自监督表征学习工具箱
|
|||
- 添加 FGIA ACCV 2022 比赛第一名方案
|
||||
- 重构了 `t-SNE`
|
||||
|
||||
**v1.0.0rc4** 版本已经在 2022.12.07 发布。
|
||||
|
||||
- 支持 BEiT 和 MILAN 预训练
|
||||
- 支持 low-level 重建可视化
|
||||
- 更新模型库算法页面文档
|
||||
|
||||
请参考 [更新日志](https://mmselfsup.readthedocs.io/zh_CN/dev-1.x/notes/changelog.html) 获取更多细节和历史版本信息。
|
||||
|
||||
MMSelfSup 1.x 和 0.x 的不同点写在 [迁移文档](https://mmselfsup.readthedocs.io/zh_CN/dev-1.x/migration.html) 中。
|
||||
|
|
|
@ -2,6 +2,44 @@
|
|||
|
||||
## MMSelfSup
|
||||
|
||||
### v1.0.0rc6 (10/02/2023)
|
||||
|
||||
The `master` branch is still 0.x version and we will checkout a new `1.x` branch to release 1.x version. The two versions will be maintained simultaneously in the future.
|
||||
|
||||
We briefly list the major breaking changes here. Please refer to the [migration guide](../migration.md) for details and migration instructions.
|
||||
|
||||
#### Highlight
|
||||
|
||||
- Support `MaskFeat` with video dataset in `projects/maskfeat_video/`
|
||||
- Translate documentation to Chinese.
|
||||
|
||||
#### New Features
|
||||
|
||||
- Support `MaskFeat` with video dataset in `projects/maskfeat_video/` ([#678](https://github.com/open-mmlab/mmselfsup/pull/678))
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
- Fix distributed setting for shape bias ([#689](https://github.com/open-mmlab/mmselfsup/pull/689))
|
||||
- Update link of beitv2 ([#676](https://github.com/open-mmlab/mmselfsup/pull/676))
|
||||
- Pass param by explicitly setting location ([#654](https://github.com/open-mmlab/mmselfsup/pull/654))
|
||||
- Update default_runtime.py ([#681](https://github.com/open-mmlab/mmselfsup/pull/681))
|
||||
- Rename metafile.yaml to metafile.yml ([#680](https://github.com/open-mmlab/mmselfsup/pull/680))
|
||||
- Fix bugs in configs/selfsup/eva/metafile.yaml ([#669](https://github.com/open-mmlab/mmselfsup/pull/669))
|
||||
|
||||
#### Improvements
|
||||
|
||||
- Switch default branch to 1.x ([#686](https://github.com/open-mmlab/mmselfsup/pull/686))
|
||||
- Update pre-commit ([#685](https://github.com/open-mmlab/mmselfsup/pull/685))
|
||||
- Deprecate the support of python 3.6 ([#657](https://github.com/open-mmlab/mmselfsup/pull/657))
|
||||
|
||||
#### Docs
|
||||
|
||||
- Translate add_transforms.md and conventions.md ([#674](https://github.com/open-mmlab/mmselfsup/pull/674))
|
||||
- Translate classification.md, detection.md, segmentation.md ([#665](https://github.com/open-mmlab/mmselfsup/pull/665))
|
||||
- Update link of knn script ([#661](https://github.com/open-mmlab/mmselfsup/pull/661))
|
||||
- Translate two docs ([#653](https://github.com/open-mmlab/mmselfsup/pull/653))
|
||||
- Translate three docs ([#651](https://github.com/open-mmlab/mmselfsup/pull/651))
|
||||
|
||||
### v1.0.0rc5 (30/12/2022)
|
||||
|
||||
The `master` branch is still 0.x version and we will checkout a new `1.x` branch to release 1.x version. The two versions will be maintained simultaneously in the future.
|
||||
|
|
|
@ -12,7 +12,8 @@ Compatible MMEngine, MMCV, MMClassification, MMDetection and MMSegmentation vers
|
|||
|
||||
| MMSelfSup version | MMEngine version | MMCV version | MMClassification version | MMSegmentation version | MMDetection version |
|
||||
| :---------------: | :-------------------------: | :------------------------: | :-------------------------: | :--------------------: | :-----------------: |
|
||||
| 1.0.0rc5 (1.x) | mmengine >= 0.4.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc5, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc6 (1.x) | mmengine >= 0.4.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc5, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc5 | mmengine >= 0.4.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc5, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc4 | mmengine >= 0.3.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc4, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc3 | mmengine >= 0.3.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc0, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc2 | mmengine >= 0.1.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc0, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
|
|
|
@ -2,6 +2,44 @@
|
|||
|
||||
## MMSelfSup
|
||||
|
||||
### v1.0.0rc6 (10/02/2023)
|
||||
|
||||
`master` 仍然是 0.x 版本,我们将会 checkout 一个新的 `1.x` 用来发布 1.x 版本。 未来我们会同时维护两个版本。
|
||||
|
||||
我们简要的列出主要的改变。 请参考[迁移文档](../migration.md)来查看细节和迁移指引
|
||||
|
||||
#### 亮点
|
||||
|
||||
- 在 `projects/maskfeat_video/` 支持了 `MaskFeat` 视频数据集的预训练
|
||||
- 将部分文档翻译为中文
|
||||
|
||||
#### 新特性
|
||||
|
||||
- 在 `projects/maskfeat_video/` 支持了 `MaskFeat` 视频数据集的预训练 ([#678](https://github.com/open-mmlab/mmselfsup/pull/678))
|
||||
|
||||
#### Bug 修复
|
||||
|
||||
- 修复 `shape bias` 分布式训练的问题 ([#689](https://github.com/open-mmlab/mmselfsup/pull/689))
|
||||
- 更新 BEiT v2 的链接 ([#676](https://github.com/open-mmlab/mmselfsup/pull/676))
|
||||
- 修复传参时未指定参数的问题 ([#654](https://github.com/open-mmlab/mmselfsup/pull/654))
|
||||
- 更新 `default_runtime.py` 文件 ([#681](https://github.com/open-mmlab/mmselfsup/pull/681))
|
||||
- 将 `metafile.yaml` 重命名为 `metafile.yml` ([#680](https://github.com/open-mmlab/mmselfsup/pull/680))
|
||||
- 修复 `configs/selfsup/eva/metafile.yml` 中的问题 ([#669](https://github.com/open-mmlab/mmselfsup/pull/669))
|
||||
|
||||
#### 改进
|
||||
|
||||
- 默认分支修改为 1.x ([#686](https://github.com/open-mmlab/mmselfsup/pull/686))
|
||||
- 更新 pre-commit ([#685](https://github.com/open-mmlab/mmselfsup/pull/685))
|
||||
- 暂停 python 3.6 的支持 ([#657](https://github.com/open-mmlab/mmselfsup/pull/657))
|
||||
|
||||
#### 文档
|
||||
|
||||
- 翻译 add_transforms.md 和 conventions.md ([#674](https://github.com/open-mmlab/mmselfsup/pull/674))
|
||||
- 翻译 classification.md, detection.md, segmentation.md ([#665](https://github.com/open-mmlab/mmselfsup/pull/665))
|
||||
- 更新 KNN 脚本的链接 ([#661](https://github.com/open-mmlab/mmselfsup/pull/661))
|
||||
- 翻译两篇文档 ([#653](https://github.com/open-mmlab/mmselfsup/pull/653))
|
||||
- 翻译三篇文档 ([#651](https://github.com/open-mmlab/mmselfsup/pull/651))
|
||||
|
||||
### v1.0.0rc5 (30/12/2022)
|
||||
|
||||
`master` 仍然是 0.x 版本,我们将会 checkout 一个新的 `1.x` 用来发布 1.x 版本。 未来我们会同时维护两个版本。
|
||||
|
|
|
@ -12,7 +12,8 @@ MMCV, MMClassification, MMDetection and MMSegmentation 的版本兼容性如下
|
|||
|
||||
| MMSelfSup version | MMEngine version | MMCV version | MMClassification version | MMSegmentation version | MMDetection version |
|
||||
| :---------------: | :-------------------------: | :------------------------: | :-------------------------: | :--------------------: | :-----------------: |
|
||||
| 1.0.0rc5 (1.x) | mmengine >= 0.4.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc5, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc6 (1.x) | mmengine >= 0.4.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc5, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc5 | mmengine >= 0.4.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc5, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc4 | mmengine >= 0.3.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc4, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc3 | mmengine >= 0.3.0, \< 1.0.0 | mmcv >= 2.0.0rc1, \< 2.1.0 | mmcls >= 1.0.0rc0, \< 1.1.0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
| 1.0.0rc2 | mmengine >= 0.1.0 | mmcv >= 2.0.0rc1 | mmcls >= 1.0.0rc0 | mmseg >= 1.0.0rc0 | mmdet >= 3.0.0rc0 |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright (c) Open-MMLab. All rights reserved.
|
||||
|
||||
__version__ = '1.0.0rc5'
|
||||
__version__ = '1.0.0rc6'
|
||||
|
||||
|
||||
def parse_version_info(version_str):
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
mmcls>=1.0.0rc5,<1.1.0
|
||||
mmcv>=2.0.0rc1,<2.1.0
|
||||
mmdet>=3.0.0rc0,<3.1.0
|
||||
# mmdet>=3.0.0rc0,<3.1.0
|
||||
mmengine>=0.4.0,<1.0.0
|
||||
mmsegmentation>=1.0.0rc0,<1.1.0
|
||||
# mmsegmentation>=1.0.0rc0,<1.1.0
|
||||
|
|
Loading…
Reference in New Issue