Skip to content

Commit 29b01cd

Browse files
[Docs] Add link of pretrained FCOS3d in TPVFormer (#2535)
1 parent 3365d7e commit 29b01cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

projects/TPVFormer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We implement TPVFormer and provide the results and checkpoints on nuScenes datas
2424

2525
In MMDetection3D's root directory, run the following command to train the model:
2626

27-
1. Downloads the [pretrained backbone weights](<>) to checkpoints/
27+
1. Downloads the [pretrained backbone weights](https://download.openmmlab.com/mmdetection3d/v1.1.0_models/tpvformer/tpvformer_8xb1-2x_nus-seg/tpvformer_pretrained_fcos3d_r101_dcn.pth) to checkpoints/
2828

2929
2. For example, to train TPVFormer on 8 GPUs, please use
3030

projects/TPVFormer/configs/tpvformer_8xb1-2x_nus-seg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
stage_with_dcn=(False, False, True, True),
259259
init_cfg=dict(
260260
type='Pretrained',
261-
checkpoint='checkpoints/tpvformer_r101_dcn_fcos3d_pretrain.pth',
261+
checkpoint='checkpoints/tpvformer_pretrained_fcos3d_r101_dcn.pth',
262262
prefix='backbone.')),
263263
neck=dict(
264264
type='mmdet.FPN',
@@ -270,7 +270,7 @@
270270
relu_before_extra_convs=True,
271271
init_cfg=dict(
272272
type='Pretrained',
273-
checkpoint='checkpoints/tpvformer_r101_dcn_fcos3d_pretrain.pth',
273+
checkpoint='checkpoints/tpvformer_pretrained_fcos3d_r101_dcn.pth',
274274
prefix='neck.')),
275275
encoder=dict(
276276
type='TPVFormerEncoder',

0 commit comments

Comments
 (0)