Some more performance improvements.
This commit is contained in:
@ -242,7 +242,7 @@ def filter_poses(poses3D, poses2D, roomparams, joint_names, drop_few_limbs=True)
|
||||
if any(((d > 2.3) for d in diff)):
|
||||
drop.append(i)
|
||||
continue
|
||||
if all(((d < 0.4) for d in diff)):
|
||||
if all(((d < 0.3) for d in diff)):
|
||||
drop.append(i)
|
||||
continue
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user