HuangJunJie2017 / BEVDet

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

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

Open betterhalfwzm opened 2 months ago

betterhalfwzm commented 2 months 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 2 months ago

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

LiaoChengkk commented 1 month ago

same error

Giperx commented 2 weeks ago

same error