From 1cd50481e972b69b3d3d3cb4f4ada21a88edd338 Mon Sep 17 00:00:00 2001 From: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com> Date: Sun, 20 Sep 2020 21:11:43 +0800 Subject: [PATCH] Update version file (#119) --- README.md | 2 +- mmdet3d/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 375071d579..42a2f85c87 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ a part of the OpenMMLab project developed by [MMLab](http://mmlab.ie.cuhk.edu.hk - **Support indoor/outdoor 3D detection out of box** - It directly supports popular indoor and outdoor 3D detection datasets, including ScanNet, SUNRGB-D, nuScenes, Lyft, and KITTI. + It directly supports popular indoor and outdoor 3D detection datasets, including ScanNet, SUNRGB-D, Waymo, nuScenes, Lyft, and KITTI. For nuScenes dataset, we also support nuImages dataset. - **Natural integration with 2D detection** diff --git a/mmdet3d/version.py b/mmdet3d/version.py index a51abe7b7c..3b2c6e0168 100644 --- a/mmdet3d/version.py +++ b/mmdet3d/version.py @@ -1,6 +1,6 @@ # Copyright (c) Open-MMLab. All rights reserved. -__version__ = '0.5.0' +__version__ = '0.6.0' short_version = __version__