zoukankan      html  css  js  c++  java
  • faster_rcnn的使用(matlab+cuda+vs2013)

    <1>下载faster-rcnn(https://github.com/ShaoqingRen/faster_rcnn)

    <2>使用vs2013编译caffe得到matcaffe,并将得到的文件夹放置在faster-rcnn/external/文件夹下

    然后按照链接:http://blog.csdn.net/sinat_30071459/article/details/50546891  进行操作

    常见错误1:

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

    参考链接  http://www.ithao123.cn/content-10749151.html  就可以解决

    显存大小的问题:

    参考链接:http://www.bubuko.com/infodetail-1824657.html  就可以解决

      

  • 相关阅读:
    CF1132G
    CF1129B
    CF1131G
    CF1109D
    CF1110H
    CF1106F
    my.cnf 配置
    mysql 导入导出
    mysql 批量删除表数据
    国内开源镜像站
  • 原文地址:https://www.cnblogs.com/codeDog123/p/6397752.html
Copyright © 2011-2022 走看看