-
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
Is multi-people tracking still in experimental phase? #31
Comments
@soulslicer I have cloned the original openpose repo and can successfully run it. |
@soulslicer Thank you. I didn't notice it's a different branch. I have no error now. But when I ran the command "build/examples/openpose/openpose.bin --model_pose COCO --tracking 1 --render_pose 1 --net_resolution="320x-1" --video examples/media/video.avi --write_json output_json" the display window is blank and white, the program seems to get stuck and it says "OpenPose 1.5.0 is not responding". Do you have any idea how to resolve this? Thank you. |
@soulslicer Thank you for your reply. I'm able to run with the webcam input but not the video. Do you have any suggestion? |
Hi, I downloaded this STAF repository. After compilation, I ran the command build/examples/openpose/openpose.bin --model_pose COCO --tracking 1 --render_pose 1 --net_resolution="320x-1" but I got the error "Error: Person tracking (
--tracking
flag) is in experimental phase and only allows tracking of up to 1 person at the time. Please, also include the--number_people_max 1
flag when using the--tracking
flag. Tracking more than one person at the time is not expected as short- nor medium-term goal". Does it mean that multiple people tracking is not yet finished? Thank you.The text was updated successfully, but these errors were encountered: