From b617a2663ee0ffc4be90470e099aab9ee534fec1 Mon Sep 17 00:00:00 2001 From: Shaoshuai Shi Date: Wed, 5 Jan 2022 22:27:02 +0100 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afa52f60b3..9fa156b52b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It is also the official code release of [`[PointRCNN]`](https://arxiv.org/abs/18 ## Changelog -[2021-01-05] **NEW:** Update `OpenPCDet` to v0.5.2: +[2022-01-05] **NEW:** Update `OpenPCDet` to v0.5.2: * The code of [PV-RCNN++](https://arxiv.org/abs/2102.00463) has been released to this repo, with higher performance, faster training/inference speed and less memory consumption than PV-RCNN. * Add performance of several models trained with full training set of [Waymo Open Dataset](#waymo-open-dataset-baselines). * Support Lyft dataset, see the pull request [here](https://github.com/open-mmlab/OpenPCDet/pull/720).