Skip to content

rathaROG/DCNv2_Windows

 
 

Repository files navigation

DCN v2 - PyTorch v1.11+ and v2+

Clone & Build

  • Clone as DCNv2:

    git clone --single-branch --branch "torch-1.11+" https://github.com/rathaROG/DCNv2_Windows.git DCNv2
    
  • Build DCNv2 _ext with the smart make_develop.bat:

    cd DCNv2
    make_develop.bat
    
    Click here to see an example!
  • Or use the old make_old.bat under developer command prompt...

    Click here to expand!

    If you don't want to use developer command prompt, simply set cl.exe path in your system path variable; for example, MS VS2019 Enterprise:

    C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.xx.xxxxx\bin\Hostx64\x64\
    

    Build DCNv2 _ext:

    cd DCNv2
    make_old.bat
    

Credit to origin repo & special thanks to:

About

Deformable Convolutional Networks v2 with Pytorch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 39.9%
  • Cuda 30.9%
  • Python 19.9%
  • C 6.7%
  • Batchfile 2.6%