From 4b73f7408b2386e5e90e335007a48807f1af7910 Mon Sep 17 00:00:00 2001 From: ansonlcy <58168677+ansonlcy@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:11:44 +0800 Subject: [PATCH] Update the link of pointpillars model on the Lyft dataset (#1391) * fix README typo (#1292) * [Fix]fix init_model to support 'device=cpu' (#1275) * fix init_model * Refine warning message Co-authored-by: Tai-Wang * fixed docs/zh_cn.getting_started (#1298) * [Doc] Add documentation for multi-node train with pytorch original ddp (#1296) * update mn_train * update * Fix typos Co-authored-by: Tai-Wang * add multi-machine dist_train (#1303) * Update README.md fix the link error Co-authored-by: ChaimZhu Co-authored-by: VVsssssk <88368822+VVsssssk@users.noreply.github.com> Co-authored-by: Tai-Wang Co-authored-by: Subjectivist Co-authored-by: Enze Xie Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com> --- configs/pointpillars/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/pointpillars/README.md b/configs/pointpillars/README.md index 05be2ba3f4..1c9d3a83b0 100644 --- a/configs/pointpillars/README.md +++ b/configs/pointpillars/README.md @@ -39,7 +39,7 @@ We implement PointPillars and provide the results and checkpoints on KITTI, nuSc | Backbone | Lr schd | Mem (GB) | Inf time (fps) | Private Score | Public Score | Download | | :---------: | :-----: | :------: | :------------: | :----: |:----: | :------: | |[SECFPN](./hv_pointpillars_secfpn_sbn-all_2x8_2x_lyft-3d.py)|2x|12.2||13.8|14.1|[model](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_secfpn_sbn-all_2x8_2x_lyft-3d/hv_pointpillars_secfpn_sbn-all_2x8_2x_lyft-3d_20210829_100455-82b81c39.pth) | [log](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_secfpn_sbn-all_2x8_2x_lyft-3d/hv_pointpillars_secfpn_sbn-all_2x8_2x_lyft-3d_20210829_100455.log.json)| -|[FPN](./hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d.py)|2x|9.2||14.8|15.0|[model](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d_20210822_095429-0b3d6196.pth) | [log](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d_20210822.log.json)| +|[FPN](./hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d.py)|2x|9.2||14.8|15.0|[model](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d_20210822_095429-0b3d6196.pth) | [log](https://download.openmmlab.com/mmdetection3d/v1.0.0_models/pointpillars/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d/hv_pointpillars_fpn_sbn-all_2x8_2x_lyft-3d_20210822_095429.log.json)| ### Waymo