Skip to content
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

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

Open
guiyuliu opened this issue Feb 29, 2024 · 1 comment

Comments

@guiyuliu
Copy link

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
Copy link
Author

guiyuliu commented Mar 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant