A deformable convolution network api
Below running environment has been tested fine with DCNv2
- vPytorch 1.8.0+cu111/1.9.0+cu111
- vUbuntu 18.04
- vPython 3.8(conda)/3.6
cd path/to/project
python setup.py develop
After you have built this project, add this directory to $PYTHONPATH environment variable so that you can import this package from anywhere,
once you have python -c "from dcn_v2 import DCNv2"
wo error, you should have installed it correctly .
Please contact me by christian.wong423@gmail.com in case you have any problem ~