Skip to content

Commit 4b73f74

Browse files
ansonlcyZCMaxVVssssskTai-WangSubjectivist
authored
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 <[email protected]> * 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 <[email protected]> * add multi-machine dist_train (#1303) * Update README.md fix the link error Co-authored-by: ChaimZhu <[email protected]> Co-authored-by: VVsssssk <[email protected]> Co-authored-by: Tai-Wang <[email protected]> Co-authored-by: Subjectivist <[email protected]> Co-authored-by: Enze Xie <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]>
1 parent c9e60d5 commit 4b73f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/pointpillars/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We implement PointPillars and provide the results and checkpoints on KITTI, nuSc
3939
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | Private Score | Public Score | Download |
4040
| :---------: | :-----: | :------: | :------------: | :----: |:----: | :------: |
4141
|[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) &#124; [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)|
42-
|[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) &#124; [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)|
42+
|[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) &#124; [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)|
4343

4444
### Waymo
4545

0 commit comments

Comments
 (0)