ssd 安装

详见 https://github.com/weiliu89/caffe/tree/ssd


  1. Get the code. We will call the directory that you cloned Caffe into $CAFFE_ROOT

    git clone https://github.com/weiliu89/caffe.git
    cd caffe
    git checkout ssd
  2. Build the code. Please follow Caffe instruction to install all necessary packages and build it.

    # Modify Makefile.config according to your Caffe installation.
    cp Makefile.config.example Makefile.config
    make -j8
    # Make sure to include $CAFFE_ROOT/python to your PYTHONPATH.
    make py
    make test -j8
    make runtest -j8
    # If you have multiple GPUs installed in your machine, make runtest might fail. If so, try following:
    export CUDA_VISIBLE_DEVICES=0; make runtest -j8
    # If you have error: "Check failed: error == cudaSuccess (10 vs. 0)  invalid device ordinal",
    # first make sure you have the specified GPUs, or try following if you have multiple GPUs:
    unset CUDA_VISIBLE_DEVICES

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值