DenisTome / Lifting-from-the-Deep-release

Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"

Home Page:https://denistome.github.io/papers/lifting-from-the-deep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MritulaC opened this issue · comments

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

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.

Closing for inactivity