- Deformable Convolutional Networks V2 [Original Repo]
- This repo is customized for Microsoft Windows 10/11
- Changes were made based on 65472, 65492, 66391, and 69041
⚠️ Checkouttorch-legacy
for PyTorch 1.10.x and older
-
Clone as
DCNv2
:git clone --single-branch --branch "torch-1.11+" https://github.com/rathaROG/DCNv2_Windows.git DCNv2
-
Build DCNv2
_ext
with the smartmake_develop.bat
:cd DCNv2 make_develop.bat
-
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