-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
centerpoint_pillar pretrained model error #1592
Comments
@ZCMax Please check this problem. Maybe it is another problem related to the previous KITTI performance upgrading of PointPillars. |
also encountered this problem. What caused this problem? Has it been solved? |
@ZCMax Hello! When can you solve this problem? I need the pretrained model. |
This checkpoint will be provided in one or two days, and other centerpoint checkpoints will be provided in this week. |
Sorry for the inconvenience caused by the model checkpoint problem |
Thank you for your reply. I will wait for the new checkpoint. |
@ZCMax Hello! I wonder if the new checkpoints are available. It seems the checkpoint links are not updated in this page |
@ZCMax I wonder if the new checkpoints are available? |
I've prepared a pretrained model of link: https://pan.baidu.com/s/1u1dS6XPbzhvrMNfquuoeuA?pwd=g5qi |
Is there a non baidu link? |
I tried to use pretrained model from the documentation for
I'm facing weights mismatch issue with the following log.... Loads checkpoint by local backend from path: checkpoints/centerpoint/centerpoint_01voxel_second_secfpn_circlenms_4x8_cyclic_20e_nus_20220810_030004-9061688e.pth The model and loaded state dict do not match exactly size mismatch for pts_backbone.blocks.0.0.weight: copying a param with shape torch.Size([128, 256, 3, 3]) from checkpoint, the shape in current model is torch.Size([64, 64, 3, 3]). missing keys in source state_dict: pts_voxel_encoder.pfn_layers.0.norm.weight, pts_voxel_encoder.pfn_layers.0.norm.bias, pts_voxel_encoder.pfn_layers.0.norm.running_mean, pts_voxel_encoder.pfn_layers.0.norm.running_var, pts_voxel_encoder.pfn_layers.0.linear.weight, pts_backbone.blocks.2.0.weight, pts_backbone.blocks.2.1.weight, pts_backbone.blocks.2.1.bias, pts_backbone.blocks.2.1.running_mean, pts_backbone.blocks.2.1.running_var, pts_backbone.blocks.2.3.weight, pts_backbone.blocks.2.4.weight, pts_backbone.blocks.2.4.bias, pts_backbone.blocks.2.4.running_mean, pts_backbone.blocks.2.4.running_var, pts_backbone.blocks.2.6.weight, pts_backbone.blocks.2.7.weight, pts_backbone.blocks.2.7.bias, pts_backbone.blocks.2.7.running_mean, pts_backbone.blocks.2.7.running_var, pts_backbone.blocks.2.9.weight, pts_backbone.blocks.2.10.weight, pts_backbone.blocks.2.10.bias, pts_backbone.blocks.2.10.running_mean, pts_backbone.blocks.2.10.running_var, pts_backbone.blocks.2.12.weight, pts_backbone.blocks.2.13.weight, pts_backbone.blocks.2.13.bias, pts_backbone.blocks.2.13.running_mean, pts_backbone.blocks.2.13.running_var, pts_backbone.blocks.2.15.weight, pts_backbone.blocks.2.16.weight, pts_backbone.blocks.2.16.bias, pts_backbone.blocks.2.16.running_mean, pts_backbone.blocks.2.16.running_var, pts_neck.deblocks.2.0.weight, pts_neck.deblocks.2.1.weight, pts_neck.deblocks.2.1.bias, pts_neck.deblocks.2.1.running_mean, pts_neck.deblocks.2.1.running_var @ZCMax , is there any reason for not making the model available in Baidu as official? |
Hello.
when i am using the following command:
python demo/pcd_demo.py --pcd demo/data/nuscenes/1.bin --config configs/centerpoint/centerpoint_02pillar_second_secfpn_circlenms_4x8_cyclic_20e_nus.py --checkpoint checkpoints/centerpoint_02pillar_second_secfpn_circlenms_4x8_cyclic_20e_nus_20210816_064624-0f3299c0.pth --show
and the model is downloaded from the model link in configs/centerpoint
Run the above command and it will get the following results:
load checkpoint from local path: checkpoints/centerpoint_02pillar_second_secfpn_circlenms_4x8_cyclic_20e_nus_20210816_064624-0f3299c0.pth
The model and loaded state dict do not match exactly
size mismatch for pts_voxel_encoder.pfn_layers.0.linear.weight: copying a param with shape torch.Size([64, 10]) from checkpoint, the shape in current model is torch.Size([64, 11])
and my env list:
mmcls 0.23.1
mmcv-full 1.5.3
mmdeploy 0.5.0
mmdet 2.25.0
mmdet3d 1.0.0rc3
mmsegmentation 0.25.0
Is this a bug, or the model of centerpoint pillar is not updated?
The text was updated successfully, but these errors were encountered: