OccNet icon indicating copy to clipboard operation
OccNet copied to clipboard

TypeError: '>' not supported between instances of 'Tensor' and 'numpy.float32' in_range_flags = ((self.tensor[:, 0] > box_range[0])

Open guiyuliu opened this issue 1 year ago • 2 comments

errors about mmdet3d

File "/opt/conda/lib/python3.8/site-packages/mmdet3d-0.18.1-py3.8-linux-x86_64.egg/mmdet3d/core/bbox/structures/lidar_box3d.py", line 218, in in_range_bev in_range_flags = ((self.tensor[:, 0] > box_range[0]) TypeError: '>' not supported between instances of 'Tensor' and 'numpy.float32'

guiyuliu avatar Feb 29 '24 10:02 guiyuliu

这貌似是库版本的问题?请问如何解决?

guiyuliu avatar Mar 01 '24 13:03 guiyuliu

问题解决了吗

lilinsiman avatar Mar 14 '25 01:03 lilinsiman