- Made for Windows (10/11)
- Only works with PyTorch 1.10.x and earlier
- Be noted that the official build of PyTorch 1.10.2 also supports cuda 11.3.x which means everything will work on your latest NVIDIA graphic card(s). You can install by using this:
pip install torch==1.10.2+cu113 torchvision==0.11.3+cu113 torchaudio===0.10.2 -f https://download.pytorch.org/whl/torch_stable.html
Note: Checkout tree "PyTorch-1.11+" for PyTorch 1.11+
Make sure you already added the correct path of 'cl.exe' of VS2019 in system path variable before run the make.bat
. For example, the path of VS2019 Enterprise:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.2x.xxxxx\bin\Hostx64\x64\
git clone https://github.com/rathaROG/DCNv2_Windows.git DCNv2
cd DCNv2
make.bat