Skip to content

Commit 751ba8b

Browse files
authored
Update version and add release note
1 parent 7736c1c commit 751ba8b

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

docs/release_note.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Release Notes
22

3+
## v1.0
4+
5+
2022.12.27
6+
7+
### New Features
8+
9+
* The new version 1.0 of Paddle3D is released, which provides the following features
10+
11+
* We supports multiple type of 3D perception models, including monocular 3D models SMOKE/CaDDN/DD3D, pointcloud detection models PointPillars/CenterPoint/IA-SSD/PV-RCNN/Voxel R-CNN, BEV visual detection models PETR/PETRv2/BEVFormer, and pointcloud segmentation model SqueezeSegv3
12+
13+
* We added support for Waymo datasets and now Paddle3D has completed full support for the three open source datasets for autonomous driving
14+
15+
* Supports automatic mixed-precision training and quantitative deployment capabilities, providing better model acceleration capabilities
16+
17+
* Supports for sparse convolution, and integrated related SOTA models that are easy to deploy
18+
19+
* We continue to cooperate with Apollo team to provide one-click deployment of multiple models and integrate them into the perception algorithm part of Apollo to make it easier for developers to debug models
20+
21+
### 新特性
22+
23+
* 全部发布Paddle3D 1.0版本,提供了以下特性:
24+
25+
* 支持多种3D感知模型,包括单目3D模型SMOKE/CaDDN/DD3D,点云检测模型 PointPillars/CenterPoint/IA-SSD/PV-RCNN/Voxel R-CNN,BEV视觉检测模型 PETR/PETRv2/BEVFormer,点云分割模型SqueezeSegv3
26+
27+
* 新增Waymo数据集支持,完成了对自动驾驶三大开源数据集的全面支持
28+
29+
* 支持自动混合精度训练以及量化部署能力,提供更好的模型加速能力
30+
31+
* 新增了对稀疏卷积能力的支持,并集成了稀疏卷积方向的SOTA模型,模型训推一体,便于部署
32+
33+
* 持续与Apollo进行合作开发,提供多个模型一键部署集成到Apollo的感知算法部分,便于开发者更好地进行模型调试
34+
335
## v0.5
436

537
2022.08.09

paddle3d/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.0"
15+
__version__ = "1.0.0"
1616

1717
import paddle
1818
from packaging.version import Version

0 commit comments

Comments
 (0)