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.
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.
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.