Giter Site home page Giter Site logo

pvanet-demo's Introduction

本文件是PVANet的运行demo(C++版本)
@Mordekaiser 2017.2.9
参考资料:楼燚(yì)航的blog,http://www.cnblogs.com/louyihang-loves-baiyan/
---------------------------------------------------------------------------------------
关于论文PVANet的介绍,见简书地址:http://www.jianshu.com/p/362f2535adb0
---------------------------------------------------------------------------------------
首先修改MakeLists.txt:
1. 第15,16,17,27,28行,将该目录位置替换为自己对应的目录所在位置
2. 在pva-faster-rcnn/lib/nms/目录下,找到gpu_nms.so(如果没有,那就先编译一下pva-faster-rcnn),
复制该文件,并将其重命名为libgpu_nms.so
3. 其他目录可能根据自己的安装位置会有一些变化,自行替换即可,通常无需替换

添加到PYTHONPATH:
1. cd ~
2. sudo gedit .bashrc
3.在文件末尾添加如下两行(注意目录位置根据自己情况进行替换):
export PYTHONPATH=$PYTHONPATH:/home/mordekaiser/pva-faster-rcnn/lib
export PYTHONPATH=$PYTHONPATH:/home/mordekaiser/pva-faster-rcnn/caffe-fast-rcnn/python

编译:
1. cd pva-demo
2. cmake .
3. make -j5
4. ./pva_demo

pvanet-demo's People

Contributors

xfguo-ucas avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.