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

Problems of the chamfer distance package #11

Open
myukzzz opened this issue Aug 7, 2024 · 1 comment
Open

Problems of the chamfer distance package #11

myukzzz opened this issue Aug 7, 2024 · 1 comment

Comments

@myukzzz
Copy link

myukzzz commented Aug 7, 2024

Dear author:

First of all, thank you very much for sharing the code of your excellent work. However, when compiling chamfer distance in the test phase, I encountered the following error:

undefined symbol: _ZN8pybind116detail11type_casterIN2at6TensorEvE4loadENS_6handleEb

After verification, I found that it seemed to be a problem with the version correspondence between cuda and nvcc. However, when I changed the version, chamfer distance still failed to compile normally and encountered the following error:

ImportError: /home/myk/.local/lib/python3.8/site-packages/chamfer-0.0.0-py3.8-linux-x86_64.egg/chamfer.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c1015SmallVectorBaseIjE8grow_podEPvmm

I hope you can check the function of the chamfer distance, or provide your nvcc, torch, cuda versions and running results for me to verify, I will be very grateful!

@myukzzz
Copy link
Author

myukzzz commented Aug 7, 2024

I have solved this problem, but there is still a problem that the trained checkpoint and model dimensions do not match

result

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