-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Create human_pose_estimation_2d_demo.py #1454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
4 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
eizamaliev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add README.md
Done |
|
@playboy007gy Will this demo work? |
I can get human-pose-estimation.xml through the instructions of this link. It can work by easily modifying the output layer names from 'modules/inference_engine.py' Need to replace 'Mconv7_stage2_L1' to 'Conv_149', and 'Mconv7_stage2_L2' to 'Conv_146''. |
|
So it is possibly better to extend (or just use for the demo purposes) that code rather copy-paste one from 3D pipeline if you need pure Python demo. |
Sorry for not sure what you are referring to... |
|
I mean that there is a pure Python demo already. Why just not to use it? Demo in Python will be quite slow anyway, due to results post-processing. And there is fast demo, which already in C++. |
Oh, maybe I didn't express it well |
|
@playboy007gy Hi! Recently guys added Python demo for EfficientHRNet human pose estimation (bottom-up) and also generalized it to support the |
|
@Chen-MingChang I'll close this PR as desired functionality has been implemented in different PR |
Many customers have requirements for the python version of human pose estimation demonstration, the demo can provide them for easy deployment.
Based on "human_pose_estimation_3d_demo.py" to modify it to 2d human pose estimation, it can be executed using "human-pose-estimation-0001", which is a bottom-up model not suitable to "single_human_pose_estimation_demo".