在配置Faster R-CNN时,出现错误使用 mex LINK : fatal error LNK1181: 无法打开输入文件“nms_gpu_mex.o” [问题点数:20分]

版权声明:好日子www.34314.com https://blog.csdn.net/www34314com/article/details/89577176

如题:在配置Faster R-CNN出现错误:

错误使用 mex
LINK : fatal error LNK1181: 无法打开输入文件“nms_gpu_mex.o”

出错 nvmex (line 50)
eval(mexCommandLine);

出错 faster_rcnn_build (line 23)
nvmex(‘functions/nms/nms_gpu_mex.cu’, ‘bin’);

有没有遇到这种情况的博主,可以解答下嘛?非常感谢!
单栏的”项目“->”生成自定义“,勾选”masm“,按”确定“ 2.选中项目里的ASM\7zCrcOpt.asm 和 ASM\AesOpt.asm,右键”属性“->”常规“->”项类型“,选择”Microsoft Macro Assembler“,按”确定“ 3.右键项目”7z“,选择”链接器“,”输出文件“改为 ( O u t D i r ) (OutDir) (34314.comTargetName)$(TargetExt) 4.”链接器“->”映像具有安全异常处理程序“,改为”否

猜你喜欢

转载自blog.csdn.net/www34314com/article/details/89577176