A full cuda implementation of dcnv2 forward, without dependent of cutorch. For easily integrated into c++ project.
Derived from CharlesShang/DCNv2.
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
mkdir build
cd build
cmake ..
make
sudo ./app