Open betterhalfwzm opened 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
@betterhalfwzm I also have this problem, has it been solved?
same error
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