Tags: sign-language-processing/pose
Tags
Pose remove legs (#154) * CDL: minor doc typo fix * Undoing some changes that got mixed in * deepcopy for header and components also * pose_remove_legs utility for removing the leg points from mediapipe and openpose * PR requested changes: removed copy() functions, added get_index * combine hide_legs and remove_legs, and fix error * Remove unintended file * update hide_legs to not crash when trying to hide invalid points * Add some more tests * pose_header.get_point_indexRemove try/catch * iterate over points_to_remove_dict in pose_hide_legs * Adding a few more test updates * a few style fixes for generic utils
Bugfix/remove components crash (and tests for pose.remove_components(… …)) (#150) * CDL: minor doc typo fix * Undoing some changes that got mixed in * Fix remove_components crash #149 * Add test cases for pose.remove_components, update random pose object so header matches body * Another quick test case
PreviousNext