DenisTome / Lifting-from-the-Deep-release

Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
https://denistome.github.io/papers/lifting-from-the-deep
GNU General Public License v3.0
450 stars 133 forks source link

run demo error on win10 #49

Closed Angel113110 closed 4 years ago

Angel113110 commented 4 years ago

Dear author Thanks for sharing so interesting work. I met an error when I ran demo.py, the error like this:

No visible people in the image. Change CENTER_TR in packages/lifting/utils/config.py ...

But in my picture, there is one person. How this happened?Can you give me some help? Thanks!

DenisTome commented 4 years ago

Hi,

In the file packages/lifting/utils/config.py there are a set of parameters that can be tuned to change the behavior of the model based on different types of images,

Among those, CENTER_TR is the one you are looking for. Changing that value will make the person "visible" to the algorithm. For more detailed info, please refer to issue 37.