关于MSB372 vs2015错误
第一步:
根据自己的GPU型号,修改darknet.vcxproj文件中的“compute_52,sm_52”内容,一共两处
请参考:
open file build\darknet\darknet.vcxproj by using Notepad,find 2 places with "compute_30,sm_30;compute_75,sm_75" and change it to "compute_30,sm_30;compute_52,sm_52".This value seems to be related to your GPU,my GPU is GTX1050Ti and it works.
这是作者的回答 https://github.com/AlexeyAB/darknet/issues/136 这是用上面的方法没成功时的方法 https://github.com/AlexeyAB/darknet/issues/2433
第二步:
修改项目属性配置。