-
Notifications
You must be signed in to change notification settings - Fork 38
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
Python API support? #5
Comments
Hey @protossw512, did you get the example working using BODY_21A? It seems that you should also make sure that you're not passing |
Hi @BroderickHigby, the above example is working on BODY_21A, but the results only return keypoints results, I have no idea how to get tracking information from op.Datum(). |
Hi, I am trying to achieve the same. It seems from the definition in
It seems this is due to a lack of functionality in the |
hi! i am also trying to use OpenPose+STAF with the Python API because I am interested in the poseIds... (multi person tracking info) in my python script, however, Has anyone been able to get Openpose+STAF+Python API running? (@soulslicer)? or should I try @BroderickHigby's fork next? thank you !! |
I no longer am working on this project. If youre using C++, yes the data is stored in an You could implement a custom handle for that type i guess: https://github.com/soulslicer/openpose/blob/master/python/openpose/openpose_python.cpp#L373 |
hi raaj! |
@sh0w Can you tell me the method you use? Thank you. |
@rush9838465 hi, you can check out my fork: https://github.com/sh0w/openpose (make sure you check out the unfortunately – I'm not sure why – the openpose python API with STAF only processes every 2nd image.
|
@sh0w Thank you very much! |
Hi, I am wondering if there is a way to run it in python. I tried to build Python wrapper, and it turned out I have to modify some code in order to make
tracking
arg pass to correct place. However, the Python api seems only returns the result of a single image, instead of performing tracking.Here is the code I modified in order to make Python working:
Here is my python script:
It seems to me that I have to pass a video into Python wrapper to make tracking work, but I have no idea how. It would be of great help if you could provide some instructions on that. I am expecting to get tracking IDs from landmarks detected.
The text was updated successfully, but these errors were encountered: