Skip to content
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

how to output image without keypoints and linking lines in it? #238

Closed
AlexLuya opened this issue Sep 7, 2017 · 3 comments
Closed

how to output image without keypoints and linking lines in it? #238

AlexLuya opened this issue Sep 7, 2017 · 3 comments

Comments

@AlexLuya
Copy link

AlexLuya commented Sep 7, 2017

Is that possible?

@AlexLuya AlexLuya changed the title how to output json and image without rendering? how to output image without keypoints and linking lines in it? Sep 7, 2017
@Tetsujinfr
Copy link

I am prettysure you can deactivate the rendering of the points in the python code. Somewhere there are two arrays (sorry, forgot their names) where you specify the pairs of point IDs you want to draw lines inbetween.

Tets

@Tetsujinfr
Copy link

Actually look at the closed issue #128
It will lead you to the right place to do what you want to do I think.

Tets

@gineshidalgo99
Copy link
Member

Disable output and therefore rendering with:

openpose.bin --no_display --render_pose 0

But I have also just pushed a solution to your problem. Please, let me know the results:

openpose.bin --render_pose 0

If what you want is simply saving video/image frames with OpenPose, simply remove the processing and rendering by:

openpose.bin --num_gpu 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants