Skip to content

Commit 3603925

Browse files
Bump version to 1.1.0 (#2380)
* init commit * add contribution guides link * polish docs * rename 1.1.0 and corresponding modification * polish docs * polish docs * minor fix
1 parent bfaf809 commit 3603925

30 files changed

+118
-32
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
<div>&nbsp;</div>
2020

21-
[![docs](https://img.shields.io/badge/docs-latest-blue)](https://mmdetection3d.readthedocs.io/en/1.1/)
21+
[![docs](https://img.shields.io/badge/docs-latest-blue)](https://mmdetection3d.readthedocs.io/en/latest/)
2222
[![badge](https://github.com/open-mmlab/mmdetection3d/workflows/build/badge.svg)](https://github.com/open-mmlab/mmdetection3d/actions)
2323
[![codecov](https://codecov.io/gh/open-mmlab/mmdetection3d/branch/master/graph/badge.svg)](https://codecov.io/gh/open-mmlab/mmdetection3d)
2424
[![license](https://img.shields.io/github/license/open-mmlab/mmdetection3d.svg)](https://github.com/open-mmlab/mmdetection3d/blob/master/LICENSE)
@@ -52,6 +52,10 @@
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
56+
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+
5559
**v1.1.0rc3** was released in 7/1/2023
5660

5761
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).
@@ -78,7 +82,7 @@ a part of the OpenMMLab project developed by [MMLab](http://mmlab.ie.cuhk.edu.hk
7882
- **Support indoor/outdoor 3D detection out of box**
7983

8084
It directly supports popular indoor and outdoor 3D detection datasets, including ScanNet, SUNRGB-D, Waymo, nuScenes, Lyft, and KITTI.
81-
For nuScenes dataset, we also support [nuImages dataset](https://github.com/open-mmlab/mmdetection3d/tree/1.1/configs/nuimages).
85+
For nuScenes dataset, we also support [nuImages dataset](https://github.com/open-mmlab/mmdetection3d/tree/latest/configs/nuimages).
8286

8387
- **Natural integration with 2D detection**
8488

@@ -104,7 +108,7 @@ This project is released under the [Apache 2.0 license](LICENSE).
104108

105109
## Changelog
106110

107-
**1.1.0rc3** was released in 7/1/2023.
111+
**1.1.0** was released in 6/4/2023.
108112

109113
Please refer to [changelog.md](docs/en/notes/changelog.md) for details and release history.
110114

@@ -299,7 +303,7 @@ If you find this project useful in your research, please consider cite:
299303

300304
## Contributing
301305

302-
We appreciate all contributions to improve MMDetection3D. Please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.md) for the contributing guideline.
306+
We appreciate all contributions to improve MMDetection3D. Please refer to [CONTRIBUTING.md](./docs/en/notes/contribution_guides.md) for the contributing guideline.
303307

304308
## Acknowledgement
305309

README_zh-CN.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
<div>&nbsp;</div>
2020

21-
[![docs](https://img.shields.io/badge/docs-latest-blue)](https://mmdetection3d.readthedocs.io/zh_CN/1.1/)
21+
[![docs](https://img.shields.io/badge/docs-latest-blue)](https://mmdetection3d.readthedocs.io/zh_CN/latest/)
2222
[![badge](https://github.com/open-mmlab/mmdetection3d/workflows/build/badge.svg)](https://github.com/open-mmlab/mmdetection3d/actions)
2323
[![codecov](https://codecov.io/gh/open-mmlab/mmdetection3d/branch/master/graph/badge.svg)](https://codecov.io/gh/open-mmlab/mmdetection3d)
2424
[![license](https://img.shields.io/github/license/open-mmlab/mmdetection3d.svg)](https://github.com/open-mmlab/mmdetection3d/blob/master/LICENSE)
@@ -49,6 +49,10 @@
4949

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

52+
**v1.1.0** 版本已经在 2023.4.6 发布。
53+
54+
我们已经支持了更多基于 LiDAR 的 3D 分割算法。更多关于 3D 感知的新特性正在开发中,请拭目以待!
55+
5256
**v1.1.0rc3** 版本已经在 2023.1.7 发布。
5357

5458
由于坐标系的统一和简化,模型的兼容性会受到影响。目前,大多数模型都以类似的性能对齐了精度,但仍有少数模型在进行基准测试。在接下来的版本中,我们将更新所有的模型权重文件和基准。您可以在[变更日志](docs/zh_cn/notes/changelog.md)[v1.0.x 版本变更日志](docs/zh_cn/notes/changelog_v1.0.x.md)中查看更多详细信息。
@@ -74,7 +78,7 @@ MMDetection3D 是一个基于 PyTorch 的目标检测开源工具箱,下一代
7478
- **支持户内/户外的数据集**
7579

7680
支持室内/室外的 3D 检测数据集,包括 ScanNet,SUNRGB-D,Waymo,nuScenes,Lyft,KITTI。
77-
对于 nuScenes 数据集,我们也支持 [nuImages 数据集](https://github.com/open-mmlab/mmdetection3d/tree/1.1/configs/nuimages)
81+
对于 nuScenes 数据集,我们也支持 [nuImages 数据集](https://github.com/open-mmlab/mmdetection3d/tree/latest/configs/nuimages)
7882

7983
- **与 2D 检测器的自然整合**
8084

configs/_base_/datasets/kitti-3d-3class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# data_root = 's3://openmmlab/datasets/detection3d/kitti/'
1414

15-
# Method 2: Use backend_args, file_client_args in versions before 1.1.0rc4
15+
# Method 2: Use backend_args, file_client_args in versions before 1.1.0
1616
# backend_args = dict(
1717
# backend='petrel',
1818
# path_mapping=dict({

configs/_base_/datasets/kitti-3d-car.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# data_root = 's3://openmmlab/datasets/detection3d/kitti/'
1414

15-
# Method 2: Use backend_args, file_client_args in versions before 1.1.0rc4
15+
# Method 2: Use backend_args, file_client_args in versions before 1.1.0
1616
# backend_args = dict(
1717
# backend='petrel',
1818
# path_mapping=dict({

configs/_base_/datasets/kitti-mono3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# data_root = 's3://openmmlab/datasets/detection3d/kitti/'
1212

13-
# Method 2: Use backend_args, file_client_args in versions before 1.1.0rc4
13+
# Method 2: Use backend_args, file_client_args in versions before 1.1.0
1414
# backend_args = dict(
1515
# backend='petrel',
1616
# path_mapping=dict({

configs/_base_/datasets/lyft-3d-range100.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# data_root = 's3://openmmlab/datasets/detection3d/lyft/'
2626

27-
# Method 2: Use backend_args, file_client_args in versions before 1.1.0rc4
27+
# Method 2: Use backend_args, file_client_args in versions before 1.1.0
2828
# backend_args = dict(
2929
# backend='petrel',
3030
# path_mapping=dict({

configs/_base_/datasets/lyft-3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# data_root = 's3://openmmlab/datasets/detection3d/lyft/'
2121

22-
# Method 2: Use backend_args, file_client_args in versions before 1.1.0rc4
22+
# Method 2: Use backend_args, file_client_args in versions before 1.1.0
2323
# backend_args = dict(
2424
# backend='petrel',
2525
# path_mapping=dict({

configs/_base_/datasets/nuim-instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# data_root = 's3://openmmlab/datasets/detection3d/nuimages/'
1313

14-
# Method 2: Use backend_args, file_client_args in versions before 1.1.0rc4
14+
# Method 2: Use backend_args, file_client_args in versions before 1.1.0
1515
# backend_args = dict(
1616
# backend='petrel',
1717
# path_mapping=dict({

configs/_base_/datasets/nus-3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# data_root = 's3://openmmlab/datasets/detection3d/nuscenes/'
2525

26-
# Method 2: Use backend_args, file_client_args in versions before 1.1.0rc4
26+
# Method 2: Use backend_args, file_client_args in versions before 1.1.0
2727
# backend_args = dict(
2828
# backend='petrel',
2929
# path_mapping=dict({

configs/_base_/datasets/nus-mono3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# data_root = 's3://openmmlab/datasets/detection3d/nuscenes/'
1717

18-
# Method 2: Use backend_args, file_client_args in versions before 1.1.0rc4
18+
# Method 2: Use backend_args, file_client_args in versions before 1.1.0
1919
# backend_args = dict(
2020
# backend='petrel',
2121
# path_mapping=dict({

0 commit comments

Comments
 (0)