Open leonfodoulian opened 6 months ago
I forgot to mention that because of this behaviour all_knees
and all_knees_y
do not match, as the latter is ordered as expected.
Good catch. all_knees
is a Python set(), which is unordered. I don't know why I chose to use a set there. It's old code at this point. I'll take a look and probably convert it to an array. Thanks!
Hi,
I think there is an issue in the way the knees and elbows are ordered when
online = True
. I am using thekneed
package inR
. And the code below is reproducible:I have to mention that this is not a general observation, but I found it occurring in many of my implementations of the function.
Best, Leon