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

Error converting shape to tensorshape: only size-1 arrays can be converted to scalars #38

Closed MritulaC closed 5 years ago

MritulaC commented 5 years ago

Hi, I am getting the below error when I am trying to use pose estimator on images. Kindly suggest how to overcome this.

Error converting shape to tensorshape: only size-1 arrays can be converted to scalars

Thanks Mritula

DenisTome commented 5 years ago

It's probably because no pose if found in the Image. If you set a lower threshold in the config file,. that should solve the problem.

DenisTome commented 5 years ago

Closing for inactivity