Some more performance improvements.

This commit is contained in:
Daniel
2024-07-03 11:02:02 +02:00
parent 089fb0b41d
commit 3fcca51d17
4 changed files with 1238 additions and 1236 deletions

View File

@ -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 (