HuangJunJie2017 / BEVDet

Official code base of the BEVDet series .
Apache License 2.0
1.39k stars 260 forks source link

dev3.0 python tools/analysis_tools/get_flops.py #361

Open betterhalfwzm opened 3 weeks ago

betterhalfwzm commented 3 weeks ago

python tools/analysis_tools/get_flops.py configs/bevdet/bevdet-r50.py --shape 256 704

BEVDet/mmdet3d/models/necks/view_transformer.py", line 179, in get_lidar_coor points += bda[:, :3, 3].view(B, 1, 1, 1, 1, 3) IndexError: index 3 is out of bounds for dimension 2 with size 3

diaofeng698 commented 1 week ago

@betterhalfwzm I also have this problem, has it been solved?

LiaoChengkk commented 1 day ago

same error