-
Notifications
You must be signed in to change notification settings - Fork 161
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
[uni-uvpt] About build and pretrain with DCNv2 #215
Comments
There also has no "MSDeformAttn" module in project Deformable-Convolution-V2 |
I build it successfully with torch1.10.2,cuda 10.2,but get error |
There also has no "MSDeformAttn" module in project Deformable-Convolution-V2. And in install.sh it rm MultiScaleDeformableAttention.egg-info. Is the project use https://github.com/FscoreLab/MultiScaleDeformableAttention.git and not https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch.git? |
I’m facing the same issue. Have you managed to resolve it? |
Could you please kindly provide the versions of CUDA and PyTorch projects using?
Project needs Deformable-Convolution-V2 (https://github.com/chengdazhi/Deformable-Convolution-V2-PyTorch.git) But it works on torch=0.4.1,and my environment is also unable to use the [DCNv2_pytorch_1.0.0 branch].
The text was updated successfully, but these errors were encountered: