ReDet
ReDet copied to clipboard
AttributeError: 'MSVCCompiler' object has no attribute 'compiler_so'
win10下运行compile.sh会报这个错/(ㄒoㄒ)/
建议参考:https://www.jianshu.com/p/0c9542cef58a
在roi_align路径下编译python setup.py build_ext --inplace,出现如下错误 LINK : fatal error LNK1181: 无法打开输入文件“D:\anaconda3_python37\Github\ReDet-master\ReDet-master\mmdet\ops\roi_align\build\temp.win-amd64-3.7\Release\src\roi_align_cuda.obj” error: command 'D:\VisualStudio2019\cummunity\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\link.exe' failed with exit status 1181 这个错误是怎么解决