Skip to content

Commit ca46c3b

Browse files
Bump to v1.1.1 (#2569)
* add changelog * add readme * fix typo * Update README.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update README_zh-CN.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * Update docs/en/notes/changelog.md Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn> * fix review suggestion --------- Co-authored-by: Jingwei Zhang <zjw18@mails.tsinghua.edu.cn>
1 parent 68ea4b4 commit ca46c3b

File tree

5 files changed

+56
-18
lines changed

5 files changed

+56
-18
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,9 @@
5252
**We have renamed the branch `1.1` to `main` and switched the default branch from `master` to `main`. We encourage
5353
users to migrate to the latest version, though it comes with some cost. Please refer to [Migration Guide](docs/en/migration.md) for more details.**
5454

55-
**v1.1.0** was released in 6/4/2023
55+
**v1.1.1** was released in 30/5/2023
5656

57-
We have supported more LiDAR-based segmentation methods, including Cylinder3D, MinkUNet and SPVCNN. More new features about 3D perception are on the way. Please stay tuned!
58-
59-
**v1.1.0rc3** was released in 7/1/2023
60-
61-
The compatibilities of models are broken due to the unification and simplification of coordinate systems after v1.0.0rc0. For now, most models are benchmarked with similar performance, though few models are still being benchmarked. In the following release, we will update all the model checkpoints and benchmarks. See more details in the [Changelog](docs/en/notes/changelog.md) and [Changelog-v1.0.x](docs/en/notes/changelog_v1.0.x.md).
62-
63-
Documentation: https://mmdetection3d.readthedocs.io/
57+
We have constructed a comprehensive LiDAR semantic segmentation benchmark on SemanticKITTI, including Cylinder3D, MinkUNet and SPVCNN methods. Noteworthy, the improved MinkUNetv2 can achieve 70.3 mIoU on the validation set of SemanticKITTI. We have also supported the training of BEVFusion and an occupancy prediction method, TPVFomrer, in our `projects`. More new features about 3D perception are on the way. Please stay tuned!
6458

6559
## Introduction
6660

README_zh-CN.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,9 @@
4949

5050
**我们将 `1.1` 分支重命名为 `main` 并将默认分支从 `master` 切换到 `main`。我们鼓励用户迁移到最新版本,请参考 [迁移指南](docs/en/migration.md) 以了解更多细节。**
5151

52-
**v1.1.0** 版本已经在 2023.4.6 发布
52+
**v1.1.1** 版本已于 2023.5.30 发布
5353

54-
我们已经支持了更多基于 LiDAR 的 3D 分割算法。更多关于 3D 感知的新特性正在开发中,请拭目以待!
55-
56-
**v1.1.0rc3** 版本已经在 2023.1.7 发布。
57-
58-
由于坐标系的统一和简化,模型的兼容性会受到影响。目前,大多数模型都以类似的性能对齐了精度,但仍有少数模型在进行基准测试。在接下来的版本中,我们将更新所有的模型权重文件和基准。您可以在[变更日志](docs/zh_cn/notes/changelog.md)[v1.0.x 版本变更日志](docs/zh_cn/notes/changelog_v1.0.x.md)中查看更多详细信息。
59-
60-
文档:https://mmdetection3d.readthedocs.io/
54+
我们在 SemanticKITTI 上构建了一个全面的点云语义分割基准,包括 Cylinder3D 、 MinkUNet 和 SPVCNN 方法。其中,改进后的 MinkUNetv2 在验证集上可以达到 70.3 mIoU 。我们还在 projects 中支持了 BEVFusion 的训练和全新的 3D 占有网格预测网络 TPVFormer 。更多关于3D感知的新功能正在进行中。请继续关注!
6155

6256
## 简介
6357

docs/en/notes/changelog.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Changelog of v1.1
22

3+
### v1.1.1 (30/5/2023)
4+
5+
#### Highlights
6+
7+
- Support [TPVFormer](https://arxiv.org/pdf/2302.07817.pdf) in `projects` (#2399, #2517, #2535)
8+
- Support the training of \[BEVFusion\] in `projects` (#2546)
9+
- Support lidar-based 3D semantic segmentation benchmark (#2530, #2559)
10+
11+
#### New Features
12+
13+
- Support [TPVFormer](https://arxiv.org/pdf/2302.07817.pdf) in `projects` (#2399, #2517, #2535)
14+
- Support the training of \[BEVFusion\] in `projects` (#2558)
15+
- Support lidar-based 3D Semantic Segmentation Benchmark (#2530, #2559)
16+
- Support test-time augmentation for Segmentor (#2382)
17+
- Support `Minkowski ConvModule` and `Residual` Block (#2528)
18+
- Support the visualization of multi-view images in multi-modal methods (#2453)
19+
20+
#### Improvements
21+
22+
- Upload checkpoints and training log of PETR (#2555)
23+
- Replace `np.float` by default `float` in segmentation evaluation (#2527)
24+
- Add docs of converting SemanticKITTI datasets (#2515)
25+
- Support different colors for different classes in visualization (#2500)
26+
- Support tensor-like operations for `BaseInstance3DBoxes` and `BasePoint`
27+
- Add information of LiDAR Segmentation in NuScenes annotation files
28+
- Provide annotation files of datasets generated offline (#2457)
29+
- Refactor document structure (#2429)
30+
- Complete typehints and docstring (#2396, #2457, #2468, #2464, #2485)
31+
32+
#### Bug Fixes
33+
34+
- Fix the bug of abnormal loss when training SECOND in Automatic mixed precision(AMP) mode (#2452)
35+
- Add a warning in function `post_process_coords` in mmdet3d/dataset/convert_utils.py (#2557)
36+
- Fix invalid configs (#2477, #2536)
37+
- Fix bugs of unit test (#2466)
38+
- Update `local-rank` argument in test.py for pytorch 2.0 (#2469)
39+
- Fix docker file (#2451)
40+
- Fix demo and visualization (#2453)
41+
- Fix SUN RGB-D data converter (#2440)
42+
- Fix readthedocs building (#2459, #2419, #2505, #2396)
43+
- Fix CI #(2445)
44+
- Fix the version error of `torch` in github merge stage test (#2424)
45+
- Loose the version restriction of `numba` (#2416)
46+
47+
#### Contributors
48+
49+
A total of 10 developers contributed to this release.
50+
51+
@sunjiahao1999, @Xiangxu-0103, @JingweiZhang12, @chriscarving, @jaan1729, @pd-michaelstanley, @filaPro, @kabouzeid, @A-new-b, @lbin
52+
353
### v1.1.0 (6/4/2023)
454

555
#### Highlights

docs/en/notes/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ We list some potential troubles encountered by users and developers, along with
1212
| --------------------- | :----------------------: | :---------------------: | :----------------------: |
1313
| dev-1.x | mmengine>=0.7.1, \<1.0.0 | mmcv>=2.0.0rc4, \<2.1.0 | mmdet>=3.0.0, \<3.1.0 |
1414
| main | mmengine>=0.7.1, \<1.0.0 | mmcv>=2.0.0rc4, \<2.1.0 | mmdet>=3.0.0, \<3.1.0 |
15+
| v1.1.1 | mmengine>=0.7.1, \<1.0.0 | mmcv>=2.0.0rc4, \<2.1.0 | mmdet>=3.0.0, \<3.1.0 |
1516
| v1.1.0rc3 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc3, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
1617
| v1.1.0rc2 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc3, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
1718
| v1.1.0rc1 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc0, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
18-
| v1.1.0rc0 | mmengine>=0.1.0, \<1.0.0 | mmcv>=2.0.0rc0, \<2.1.0 | mmdet>=3.0.0rc0, \<3.1.0 |
1919

2020
**Note:** If you want to install mmdet3d-v1.0.0rcx, the compatible MMDetection, MMSegmentation and MMCV versions table can be found at [here](https://mmdetection3d.readthedocs.io/en/latest/faq.html#mmcv-mmdet-mmdet3d-installation). Please choose the correct version of MMCV, MMDetection and MMSegmentation to avoid installation issues.
2121

mmdet3d/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.1.0'
3+
__version__ = '1.1.1'
44
short_version = __version__
55

66

0 commit comments

Comments
 (0)