/openpose-example

OpenPose test code

Primary LanguagePython

openpose-example

What is OpenPose? See the github repository of OpenPose: CMU-Perceptual-Computing-Lab/openpose

I use the openpose model that is pretrained using MPII Human Pose Dataset.

Getting started

Requirements:

  • opencv-python
  • numpy

If you use poetry, just run poetry install

To run this code, you need to download the pretrained model with the following command.

python src/get_model.py

And run the following command.

python src/stop-dumping.py --url rtsp://YourIpCameraAddress:554