Skip to content

Deformable Convolutional Networks v2 with Pytorch

License

Notifications You must be signed in to change notification settings

amirulhaq/DCNv2_Windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCN V2 with Pytorch 1.8 for Windows

  • Made for Windows (10)
  • Tested & worked with cuda 11.1.1 & pytorch 1.8.0

Important

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.28.29910\bin\Hostx64\x64\

Clone & Build

git clone https://github.com/rathaROG/DCNv2_Windows.git DCNv2
cd DCNv2
make.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++ 40.9%
  • Cuda 31.3%
  • Python 20.6%
  • C 6.9%
  • Batchfile 0.3%