-
Notifications
You must be signed in to change notification settings - Fork 21
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
ImportError: DLL load failed while importing cd: #4
Comments
Hi @Marie0909, sorry for any inconveniences. I have never faced the issues that you mention and tried the repo with many torch GPU versions, they work fine. You can quickly check the Colab notebook here. Please make sure you are using a torch version with cuda compilation. Another alternative would be to use the Pytorch3D package, which already has the chamfer distance package built-in. I hope this helps. |
Hi @otaheri, thanks so much for your sweet reply. Also, I tried to use pytorch version (without C++) (link: https://gist.github.com/WangZixuan/4c4cdf49ce9989175e94524afc946726), which is quite slow and requires large GPU memory. I will let you know if I could figure out this (fingers crossed). Kind regards, |
BTW, I tried in another environment and the error dispear, but new bugs appear +_+ |
Hi @Marie0909, can you post the new bugs here if you still didn't solve them? If you solve it, the bug and the solution would be very helpful for others :) |
I finaly solve this issue by using it on linux system instead of windows :) |
Hi, I also encountered this problem. After I solved many of the previous bugs, I encountered this problem: ImportError: DLL load failed while importing cd: The specified module could not be found. I haven't found a solution yet. If there is If so, please let me know, thanks |
Please try the solution here if you still face the issue. |
ImportError: DLL load failed while importing cd: The specified module could not be found.
After fixing many previous bugs, I get a new bug....it is quite annoying~~~is it due to the difference of pytorch/python/cuda version?
The text was updated successfully, but these errors were encountered: