Git Product home page Git Product logo

easyopenpose's Introduction

EasyOpenPose

OpenPose的简单实现

Usage:

这是一个linux caffe的实现版本

  • 1.修改caffe的Makefile,CXXFLAGS += -std=c++11,使得支持c++11
  • 2.新建目录caffe/examples/EasyOpenPose,并把easyOpenPose.cpp复制进去
  • 3.编译caffe即可

效果

test.jpg test_openpose.jpg

使用方法

base_width和base_height是输入网络时候的宽高度,直接影响效果和消耗的时间

bin imagefile gpuid[-1] base_width[656] base_height[368] [deploy] [caffemodel]

输出结果

../../.build_release/examples/openpose/main.bin test.jpg 3 500 500

image: test.jpg
deploy: pose_deploy_linevec.prototxt
caffemodel: pose_iter_440000.caffemodel
compute device GPU(3).
base size = width 500 x height 500
forward fee: 634.756 ms
finish. save result to 'test_openpose.jpg', people: 3

模型下载地址

pose_iter_440000.caffemodel下载地址1-强烈建议
pose_iter_440000.caffemodel下载地址2-强烈不建议,因为很费流量,很费钱

Windows的实现

https://github.com/dlunion/OpenPose

引用

https://github.com/CMU-Perceptual-Computing-Lab/openpose

easyopenpose's People

Contributors

dlunion avatar hopef avatar

Watchers

James Cloos 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.