MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / _is_valid_pose_meta

Method _is_valid_pose_meta

tools/preprocess/process_pipepline.py:97–98  ·  view source on GitHub ↗
(cls, pose_meta)

Source from the content-addressed store, hash-verified

95
96 @classmethod
97 def _is_valid_pose_meta(cls, pose_meta):
98 return cls._count_valid_body_keypoints(pose_meta) >= MIN_VALID_BODY_KEYPOINTS
99
100 @classmethod
101 def _get_pose_valid_flags(cls, pose_metas):

Callers 3

get_maskMethod · 0.95
_get_pose_valid_flagsMethod · 0.80

Calls 1

Tested by

no test coverage detected