SCARF icon indicating copy to clipboard operation
SCARF copied to clipboard

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

Open Liu-xiaoyu11 opened this issue 1 year ago • 4 comments

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

Liu-xiaoyu11 avatar May 07 '24 01:05 Liu-xiaoyu11

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

LeeBeen1 avatar May 07 '24 13:05 LeeBeen1

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.

Liu-xiaoyu11 avatar May 08 '24 07:05 Liu-xiaoyu11

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

LeeBeen1 avatar May 15 '24 11:05 LeeBeen1

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.

Liu-xiaoyu11 avatar May 17 '24 11:05 Liu-xiaoyu11