Advertisement

Deep Learning---py-faster-rcnn基于PASCAL VOC数据集训练模型

阅读量:

0 说明

当前所处的系统环境基于Ubuntu14.04版本,其中CUDA、cuDNN及Python等相关基础软件包均已完成安装配置。

1 设置和编译py-faster-rcnn

1.1 下载py-faster-rcnn

复制代码
    $ git clone --recursive https://github.com/rbgirshick/py-faster-rcnn.git
    $ git submodule update --init --recursive 或者下载github上最新版本的caffe-fast-rcnn:
    $ git clone https://github.com/rbgirshick/caffe-fast-rcnn.git 然后切换到对应的commit
    
      
      
      
    

1.2 编译Cython模块

复制代码
    $ cd py-faster-rcnn/lib
    $ make
    
      
      
    

1.3 编译caffe和pycaffe

复制代码
    $ cd py-faster-rcnn/caffe-fast-rcnn
    $ cp Makefile.config.example

全部评论 (0)

还没有任何评论哟~