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

ImportError: DLL load failed while importing standard_rasterize_cuda: 找不到指定的模块。 #14

Open
Liu-xiaoyu11 opened this issue May 7, 2024 · 4 comments

Comments

@Liu-xiaoyu11
Copy link

Hi, @yfeng95
I followed the requirements in INSTALL.md and compiled the .cpp file, but I always get ImportError: DLL load failed while importing standard_rasterize_cuda: Cannot find specified module. I have tried many ways, but none of them work. Do you have any suggestions? I look forward to your reply and thank you very much.
image

@LeeBeen1
Copy link

LeeBeen1 commented May 7, 2024

you can change standard rasterizer type to pytorch3d to solve this problem

@Liu-xiaoyu11
Copy link
Author

you can change standard rasterizer type to pytorch3d to solve this problem
Hi, @LeeBeen1
I followed your suggestion and set the rasterizer type to PyTorch3D, but it still throws an error when running. Do you have any suggestions for modification?
image
I am looking forward to your reply, thank you for your guidance.

@LeeBeen1
Copy link

background = F.interpolate(background, [512, 512]) To fix this, I added this line.

@Liu-xiaoyu11
Copy link
Author

background = F.interpolate(background, [512, 512]) To fix this, I added this line.

Hi, @LeeBeen1
Thank you very much, now the code can run, thank you for your patient answer.

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

2 participants