Skip to content

A fully cuda implementation of DCNv2(deformable convolution) forward. Without dependent of cuTorch(THC).

License

Notifications You must be signed in to change notification settings

wang-xinyu/cudcnv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuDCNv2

A full cuda implementation of dcnv2 forward, without dependent of cutorch. For easily integrated into c++ project.

Derived from CharlesShang/DCNv2.

prepare weights

get dcnv2.wts by following steps.

git clone https://github.com/wang-xinyu/DCNv2.git
git checkout pytorch-0.4
./make.sh
python test_dcn_func.py

run

mkdir build
cd build
cmake ..
make
sudo ./app

About

A fully cuda implementation of DCNv2(deformable convolution) forward. Without dependent of cuTorch(THC).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published