openpose icon indicating copy to clipboard operation
openpose copied to clipboard

introduce safe get python bindings to prevent deallocating none exception

Open cagdasbas opened this issue 3 years ago • 2 comments

Although it's a python bug, returning too many none values causes python to crash irrecoverably. This is discussed and fix is introduced #1967. I've implemented for the fix for all of the possible Array typed values to prevent this issue.

cagdasbas avatar Dec 14 '21 11:12 cagdasbas

Yes, this is awesome. Fixed my problems completely, tricky bug to find with an easy fix. Clip it and ship it.

tc185187 avatar Feb 08 '22 14:02 tc185187

Conclusion : datum.getPoseKeyPoints() return array with -1 (without ppl) return nx18x3 array (with ppl) Nice Work! Dude ! ^_^

yktangac avatar May 11 '22 08:05 yktangac