You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Windows 10 with Anaconda Python 3.6, CUDA 10.0, and PyTorch v1.0. I followed the installation steps and when I try to run the make file in DCNv2 (CharlesShang) I get an error that says
$CenterTrack_ROOT\src\lib\model\networks\DCNv2\src\vision.cpp : fatal error C1083: Cannot open compiler generated file: '': Invalid argument
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x64\\cl.exe' failed with exit status 1
I've tried both the 2017 and 2019 Visual Studio build tools and neither worked.
Then when I updated to PyTorch v1.6 and used DCNv2 from MatthewHowe, I get the RuntimeError: Error compiling objects for extension error that others have mentioned getting.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm using Windows 10 with Anaconda Python 3.6, CUDA 10.0, and PyTorch v1.0. I followed the installation steps and when I try to run the make file in DCNv2 (CharlesShang) I get an error that says
I've tried both the 2017 and 2019 Visual Studio build tools and neither worked.
Then when I updated to PyTorch v1.6 and used DCNv2 from MatthewHowe, I get the
RuntimeError: Error compiling objects for extension
error that others have mentioned getting.Thanks!
The text was updated successfully, but these errors were encountered: