GithubHelp home page GithubHelp logo

openpose's People

Contributors

dlunion avatar hopef avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openpose's Issues

手部关键点检测

您好,如果我需要做手部的人体关键点检测,可以基于你的代码改吗?谢谢回复,感谢

LINK错误,找不到**符号

这个问题经过不断的百度,尝试,找到了答案

一般时没有引用相应的库,或者引用的库版本不对、64位还是32位不对.
第一步,添加库目库
添加方法:项目属性--vc++目录--包含目录(记住,勾选"从父级或项目默认设置继承")
第二部,添加库lib文件的名字
添加库目录:项目属性--vc++目录--库目录(记住,勾选"从父级或项目默认设置继承")
添加库的名字:项目属性--链接器--输入--附加依赖项,编辑,加入库的名字

能看下您的训练方法吗?

感觉你的训练效果好厉害啊,但是很好奇为什么通过卷积达到同时输出多个目标的关键点,能告诉下您的训练方式吗?

编译运行出错

你好!,请问下,我git你的代码,编译运行,到这一步出错误,但是使用你的bin-release版本运行没有问题。请问这可能是什么问题导致的?
//获取网络输出,inplace
cls.getBlobData("net_output", net_output);

程序运行后,显示画面是原图,没有检测结果

我添加OpenCV2.4.13/OpenCV3.3.1路径后,配置好了dlunion/OpenPose,也已经下载好pose_iter_440000.caffemodel,用VS2013打开openpose-new.sln后,编译成功运行,此时电脑摄像头开启,然后显示画面就是当前摄像头的画面,没有pose检测结果。
然后我使用官网的video.avi,将本地视频输入进去检测,但一样没有pose检测结果。我调试到connectBodyPartsCpu(keypoints, input->list, nms_out->list, baseSize, POSE_MAX_PEOPLE, 9, 0.05, 3, 0.4, 1, shape);发现keypoints值是空的。
请问为什么出现上述问题,是没有配置好?还是值设置的有问题?还请大神可以解答

运行速度

你好:

请问一下您是怎么做到接近实时运行的效果的,我看了CMU官方的openpose,并且尝试跑了一下同样的模型,但是速度只有1到8 fps,与您的这一版速度相差很大!
谢谢。

运行不了exe

WARNING: Logging before InitGoogleLogging() is written to STDERR
I0617 14:46:42.380604 13164 upgrade_proto.cpp:67] Attempting to upgrade input file specified using deprecated input fields: pose_deploy_linevec.prototxt
I0617 14:46:42.382594 13164 upgrade_proto.cpp:70] Successfully upgraded file specified using deprecated input fields.
W0617 14:46:42.382594 13164 upgrade_proto.cpp:72] Note that future Caffe releases will only support input layers and not input fields.
I0617 14:46:42.582727 13164 common.cpp:39] System entropy source not available, using fallback algorithm to generate seed instead.
I0617 14:46:42.582727 13164 layer_factory.hpp:77] Creating layer input
I0617 14:46:42.582727 13164 net.cpp:123] Creating Layer input
I0617 14:46:42.583729 13164 net.cpp:431] input -> image
I0617 14:46:42.583729 13164 net.cpp:173] Setting up input
I0617 14:46:42.583729 13164 net.cpp:180] Top shape: 1 3 1 1 (3)
I0617 14:46:42.583729 13164 net.cpp:188] Memory required for data: 12
I0617 14:46:42.583729 13164 layer_factory.hpp:77] Creating layer conv1_1
I0617 14:46:42.583729 13164 net.cpp:123] Creating Layer conv1_1
I0617 14:46:42.583729 13164 net.cpp:457] conv1_1 <- image
I0617 14:46:42.583729 13164 net.cpp:431] conv1_1 -> conv1_1
I0617 14:46:42.583729 13164 common.cpp:39] System entropy source not available, using fallback algorithm to generate seed instead.
F0617 14:46:42.588734 13164 cudnn_conv_layer.cpp:53] Check failed: status == CUDNN_STATUS_SUCCESS (6 vs. 0) CUDNN_STATUS_ARCH_MISMATCH
*** Check failure stack trace: ***

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.