ZheC / Realtime_Multi-Person_Pose_Estimation

Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how can use it for video or webcam?

golesorkh opened this issue · comments

hello everybody,
I try to run for webcam or video but I do not know it's steps. what should I do???

If you're simply trying to test the code via webcam I would pull and run the OpenPose repository.

Run with webcam by:
./build/examples/openpose/openpose.bin

Assuming your webcam is connected.
Pulled from the OpenPose quickstart.md file

If you're simply trying to test the code via webcam I would pull and run the OpenPose repository.

Run with webcam by:
./build/examples/openpose/openpose.bin

Assuming your webcam is connected.
Pulled from the OpenPose quickstart.md file

thank you for your response but I do not know how run ./build.

If you're simply trying to test the code via webcam I would pull and run the OpenPose repository.
Run with webcam by:
./build/examples/openpose/openpose.bin
Assuming your webcam is connected.
Pulled from the OpenPose quickstart.md file

thank you for your response but I do not know how run ./build.

Pulling OpenPose, installing it (via the install instructions, all the building and make process), then just running that command!