-
Notifications
You must be signed in to change notification settings - Fork 30
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
codes running issues #5
Comments
Could you provide me with |
I use the following version: python=3.6 pytorch=1.5.0 and cuda 10.1 |
I have used the same environment as you mentioned, but the error still occurred, the whole stack trace is following: |
Have you tried running the provided tests in https://github.com/TRAILab/PDV/blob/main/tests/utils/test_density_utils.py#L120-L279 And to confirm, you have the same environment as follows?
If it still doesn't work, I would suggest trying to run the code with the provided docker image. |
I also saw another Github issue that may help you solve your problem (yuantn/MI-AOD#2 (comment)). The code change seemed to work fine on my end, but I haven't tested this enough to guarantee that it will also work. |
Thank you!I have updated the version of pytorch to 1.7. The issues have been solved. |
Hi, I tried to tun your source code,but the following error occurred:“AttributeError: 'Tensor' object has no attribute 'isnan”
The wrong sentence is “points_out_of_range = ((xyz_local_grid < 0) | (xyz_local_grid >= grid_size) | (xyz_local_grid.isnan())) .any(-1).flatten()”in the folder “pcdet/utils/density_utils.py".
What is the cause and how to improve it?
The text was updated successfully, but these errors were encountered: