mks0601 / 3DMPPE_POSENET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
817 stars 147 forks source link

Run my own img on demo.py #122

Open Ared521 opened 2 years ago

Ared521 commented 2 years ago

Hi, Wonderful project thank you.How can i run my own img on demo.py? I use my own img shows the same result about your input img.

mks0601 commented 2 years ago

You can use your own image.

Ared521 commented 2 years ago

You can use your own image.

How about video?

mks0601 commented 2 years ago

You should extract each frame before running the code

Ared521 commented 2 years ago

You should extract each frame before running the code

Thank you for your prompt reply. Thank you very much