JimmyChame / SADNet

Pytorch code for "Spatial-Adaptive Network for Single Image Denoising"
128 stars 12 forks source link

deform_conv_cuda import error #12

Closed nostalgical closed 2 years ago

nostalgical commented 3 years ago

Hello, i develop setup.py under Windows system, and it results in a .pyd file. But I had an import error like follows: from . import deform_conv_cuda ImportError: DLL load failed Do you know how to solve this problem? Best regards.

hanliyao commented 3 years ago

hahahaha

JimmyChame commented 2 years ago

We rebuild our codes based on torchvision >=0.9.0. If torchvision>=0.9.0 (pytorch >= 1.8.0) in your environment, you don't need follow the instructions below to install DCNv2.