HaohaoNJU / DCNv2

A deformable convolution network api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCNv2

A deformable convolution network api

Compatibality

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

Install

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 .

Contact

Please contact me by christian.wong423@gmail.com in case you have any problem ~

About

A deformable convolution network api


Languages

Language:Cuda 45.8%Language:Python 28.1%Language:C++ 26.1%